--- a/tests/test-topic-push-concurrent-on.t Fri Sep 22 18:01:29 2017 +0200
+++ b/tests/test-topic-push-concurrent-on.t Tue Sep 26 12:39:11 2017 +0200
@@ -134,6 +134,7 @@
$ echo aaa > ddd
$ hg add ddd
$ hg commit -m 'CD'
+ active topic 'babar' grew its first changeset
$ hg log -G # keep track of phase because I saw some strange bug during developement
@ 4 default babar draft CD
|
@@ -191,6 +192,7 @@
$ echo aaa > eee
$ hg add eee
$ hg commit -m 'CE'
+ active topic 'celeste' grew its first changeset
$ hg log -G # keep track of phase because I saw some strange bug during developement
@ 5 default celeste draft CE
|
@@ -384,6 +386,7 @@
$ hg topic topicA
marked working directory as topic: topicA
$ hg commit -m 'CA'
+ active topic 'topicA' grew its first changeset
$ hg up 'desc(CBASE)'
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
$ echo aaa > bbb
@@ -391,6 +394,7 @@
$ hg topic topicB
marked working directory as topic: topicB
$ hg commit -m 'CB'
+ active topic 'topicB' grew its first changeset
$ cd ..
$ hg push -R repoA repoB
pushing to repoB