tests/test-evolve-orphan-split.t
changeset 4455 b58e45aa9be2
parent 4393 159a4a6ded0b
child 4516 f54bb6eaf5e6
child 4576 96ce1030d2fb
equal deleted inserted replaced
4454:f530850c8184 4455:b58e45aa9be2
    17   $ cd repo
    17   $ cd repo
    18   $ echo ".*\.orig" > .hgignore
    18   $ echo ".*\.orig" > .hgignore
    19   $ hg add .hgignore
    19   $ hg add .hgignore
    20   $ hg ci -m "added hgignore"
    20   $ hg ci -m "added hgignore"
    21 
    21 
    22 An orphan changeset with parent got splitted
    22 An orphan changeset with parent got split
    23 --------------------------------------------
    23 -----------------------------------------
    24 
    24 
    25   $ for ch in a b c; do echo foo > $ch; done;
    25   $ for ch in a b c; do echo foo > $ch; done;
    26 
    26 
    27   $ hg add a b
    27   $ hg add a b
    28   $ hg ci -m "added a and b"
    28   $ hg ci -m "added a and b"