Mercurial > evolve
comparison tests/test-evolve-orphan-split.t @ 4455:b58e45aa9be2
test: use 'split' instead of 'splitted' in the tests
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 26 Mar 2019 12:53:50 +0100 |
parents | 159a4a6ded0b |
children | f54bb6eaf5e6 96ce1030d2fb |
comparison
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" |