comparison tests/test-evolve-topic.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 a61634f52742
comparison
equal deleted inserted replaced
2987:d59d6413bb68 2988:62201935e1a7
31 $ mkcommit aaa 31 $ mkcommit aaa
32 $ mkcommit bbb 32 $ mkcommit bbb
33 $ hg topic foo 33 $ hg topic foo
34 marked working directory as topic: foo 34 marked working directory as topic: foo
35 $ mkcommit ccc 35 $ mkcommit ccc
36 active topic 'foo' grew its first changeset
36 $ mkcommit ddd 37 $ mkcommit ddd
37 $ mkcommit eee 38 $ mkcommit eee
38 $ mkcommit fff 39 $ mkcommit fff
39 $ hg topic bar 40 $ hg topic bar
40 $ mkcommit ggg 41 $ mkcommit ggg
42 active topic 'bar' grew its first changeset
41 $ mkcommit hhh 43 $ mkcommit hhh
42 $ mkcommit iii 44 $ mkcommit iii
43 $ mkcommit jjj 45 $ mkcommit jjj
44 46
45 $ hg log -G 47 $ hg log -G