tests/test-bundle2-format.t
changeset 28238 b57d45ec33b2
parent 27539 23541bdd1610
child 28612 6fb1d3c936d2
equal deleted inserted replaced
28237:a3d73e069f8d 28238:b57d45ec33b2
     7 Create an extension to test bundle2 API
     7 Create an extension to test bundle2 API
     8 
     8 
     9   $ cat > bundle2.py << EOF
     9   $ cat > bundle2.py << EOF
    10   > """A small extension to test bundle2 implementation
    10   > """A small extension to test bundle2 implementation
    11   > 
    11   > 
    12   > Current bundle2 implementation is far too limited to be used in any core
    12   > This extension allows detailed testing of the various bundle2 API and
    13   > code. We still need to be able to test it while it grow up.
    13   > behaviors.
    14   > """
    14   > """
    15   > 
    15   > 
    16   > import sys, os, gc
    16   > import sys, os, gc
    17   > from mercurial import cmdutil
    17   > from mercurial import cmdutil
    18   > from mercurial import util
    18   > from mercurial import util