Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Mercurial
hg
Commits
12cac1e4d6d9
Commit
12cac1e4d6d9
authored
8 years ago
by
Gábor Stefanik
Browse files
Options
Downloads
Patches
Plain Diff
copies: limit is an optimization, and doesn't provide guarantees
parent
69b61d0bb008
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
mercurial/copies.py
+5
-0
5 additions, 0 deletions
mercurial/copies.py
with
5 additions
and
0 deletions
mercurial/copies.py
+
5
−
0
View file @
12cac1e4
...
@@ -465,6 +465,11 @@
...
@@ -465,6 +465,11 @@
diverge = record all diverges in this dict
diverge = record all diverges in this dict
copy = record all non-divergent copies in this dict
copy = record all non-divergent copies in this dict
fullcopy = record all copies in this dict
fullcopy = record all copies in this dict
note: limit is only an optimization, and there is no guarantee that
irrelevant revisions will not be limited
there is no easy way to make this algorithm stop in a guaranteed way
once it
"
goes behind a certain revision
"
.
"""
"""
ma
=
ca
.
manifest
()
ma
=
ca
.
manifest
()
...
...
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