Skip to content
Snippets Groups Projects
Commit 12cac1e4d6d9 authored by Gábor Stefanik's avatar Gábor Stefanik
Browse files

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
...@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment