tests/test-convert-clonebranches.t
changeset 39707 5abc47d4ca6b
parent 33952 794f7bb739be
child 48876 42d2b31cee0b
equal deleted inserted replaced
39706:030d558c6456 39707:5abc47d4ca6b
    40   > EOF
    40   > EOF
    41 
    41 
    42 convert
    42 convert
    43 
    43 
    44   $ hg convert -v --config convert.hg.clonebranches=1 source dest |
    44   $ hg convert -v --config convert.hg.clonebranches=1 source dest |
    45   >     $PYTHON filter.py
    45   >     "$PYTHON" filter.py
    46   3 adda
    46   3 adda
    47   2 changea
    47   2 changea
    48   1 addb
    48   1 addb
    49   pulling from default into branch0
    49   pulling from default into branch0
    50   1 changesets found
    50   1 changesets found
    73   $ cd ..
    73   $ cd ..
    74 
    74 
    75 incremental conversion
    75 incremental conversion
    76 
    76 
    77   $ hg convert -v --config convert.hg.clonebranches=1 source dest |
    77   $ hg convert -v --config convert.hg.clonebranches=1 source dest |
    78   >     $PYTHON filter.py
    78   >     "$PYTHON" filter.py
    79   2 c1
    79   2 c1
    80   pulling from branch0 into branch1
    80   pulling from branch0 into branch1
    81   4 changesets found
    81   4 changesets found
    82   1 c2
    82   1 c2
    83   pulling from branch0 into branch2
    83   pulling from branch0 into branch2