--- a/tests/test-userguide.t Tue Apr 23 14:18:11 2019 +0200
+++ b/tests/test-userguide.t Tue Apr 23 14:18:12 2019 +0200
@@ -161,7 +161,6 @@
$ hg update -q -r 3e1cb8f70c02
$ echo 'fix fix fix fix' > file2.c
$ hg amend -u bob -d '6 0'
- 2 new orphan changesets
$ hg shortlog -r 'obsolete()'
10:3e1cb8f70c02 draft fix bug 17
$ hg shortlog -r "orphan()"
@@ -170,9 +169,9 @@
$ hg --hidden shortlog -G -r 171c6a79a27b::
@ 13:395cbeda3a06 draft fix bug 17
|
- | * 12:dadcbba2d606 draft feature 23
+ | o 12:dadcbba2d606 draft feature 23
| |
- | * 11:debd46bb29dc draft cleanup
+ | o 11:debd46bb29dc draft cleanup
| |
| x 10:3e1cb8f70c02 draft fix bug 17
|/
@@ -212,7 +211,6 @@
example 8: prune an older changeset (figures 8, 9)
$ hg prune b23d06b457a8
1 changesets pruned
- 1 new orphan changesets
$ hg --hidden shortlog -G -r b23d06b457a8::
@ 18:ea8fafca914b draft more work
|
@@ -249,7 +247,6 @@
|
~
$ hg uncommit file2.c
- 1 new orphan changesets
$ hg status
M file2.c
$ hg revert file2.c
@@ -289,7 +286,6 @@
|
~
$ hg uncommit file2.c
- 1 new orphan changesets
$ hg status
M file2.c
$ hg commit -m 'useful tweak'
@@ -298,7 +294,7 @@
|
o 26:2594e98553a9 draft fix a bug
|
- | * 25:fbb3c6d50427 draft new feature
+ | o 25:fbb3c6d50427 draft new feature
| |
| x 24:5b31a1239ab9 draft fix a bug
|/