equal
deleted
inserted
replaced
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" |