tests/test-parseindex2.py.out
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 01 Jul 2018 14:25:44 -0700
changeset 38557 0db41eb0a3ac
parent 7110 75fdc39b6172
permissions -rw-r--r--
manifest: define and implement addgroup() on manifestlog Changegroup code was bypassing our manifest interface and calling a method on the private revlog attribute. This commit formalizes the interface for adding a group of revisions from deltas and changes the changegroup code to use it. This enables alternate manifest storage to work with changegroup application operations (like `hg unbundle` and `hg pull`). Differential Revision: https://phab.mercurial-scm.org/D3883
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7110
75fdc39b6172 Add parseindex2.py test case
Bernhard Leiner <bleiner@gmail.com>
parents:
diff changeset
     1
done