Show More
@@ -878,7 +878,7 b' def _rawgroups(revlog, p1, p2, cachedelt' | |||||
878 |
|
878 | |||
879 | if sparse and parents: |
|
879 | if sparse and parents: | |
880 | if snapshots is None: |
|
880 | if snapshots is None: | |
881 | # map: base-rev: snapshot-rev |
|
881 | # map: base-rev: [snapshot-revs] | |
882 | snapshots = collections.defaultdict(list) |
|
882 | snapshots = collections.defaultdict(list) | |
883 | # See if we can use an existing snapshot in the parent chains to use as |
|
883 | # See if we can use an existing snapshot in the parent chains to use as | |
884 | # a base for a new intermediate-snapshot |
|
884 | # a base for a new intermediate-snapshot |
General Comments 0
You need to be logged in to leave comments.
Login now