changeset 49742 | 5447c1507c86 |
parent 49741 | e706bb41fdb3 |
child 49743 | 01ccb45b7393 |
--- a/mercurial/revlogutils/deltas.py Sun Nov 06 12:51:50 2022 -0500 +++ b/mercurial/revlogutils/deltas.py Sun Nov 06 12:53:03 2022 -0500 @@ -878,7 +878,7 @@ if sparse and parents: if snapshots is None: - # map: base-rev: snapshot-rev + # map: base-rev: [snapshot-revs] snapshots = collections.defaultdict(list) # See if we can use an existing snapshot in the parent chains to use as # a base for a new intermediate-snapshot