Mercurial > evolve
diff tests/test-topic-push-concurrent-on.t @ 2988:62201935e1a7
topics/ui: detect and signal when an empty changeset becomes non-empty
author | Aurélien Campéas |
---|---|
date | Tue, 26 Sep 2017 12:39:11 +0200 |
parents | f63c97c01f92 |
children | bd7e8be29542 |
line wrap: on
line diff
--- 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