Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mercurial-devel
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mercurial
mercurial-devel
Commits
2705748ba166
Commit
2705748ba166
authored
1 year ago
by
Pierre-Yves David
Browse files
Options
Downloads
Patches
Plain Diff
perf-tags: fix the --clear-fnode-cache-rev code
It seems like this code never run?
parent
8b3cc36009ec
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!728
Merge stable into default
,
!723
Draft: never inline changelog
,
!720
various fixes to perf-tags
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/perf.py
+1
-1
1 addition, 1 deletion
contrib/perf.py
with
1 addition
and
1 deletion
contrib/perf.py
+
1
−
1
View file @
2705748b
...
...
@@ -986,7 +986,7 @@
clear_revs
=
[]
if
clear_fnode_revs
:
clear_revs
.
extend
s
(
scmutil
.
revrange
(
repo
,
clear_fnode_revs
))
clear_revs
.
extend
(
scmutil
.
revrange
(
repo
,
clear_fnode_revs
))
if
update_last
:
revset
=
b
'
last(all(), %d)
'
%
update_last
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment