Mercurial > evolve
comparison tests/test-evolve-topic.t @ 6879:9da0114a8a02
topic: use FQBN for displaying topic name when it grows its first changeset
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Tue, 17 Sep 2024 20:48:56 +0400 |
parents | 53d63b608230 |
children |
comparison
equal
deleted
inserted
replaced
6878:2fbe91d762ef | 6879:9da0114a8a02 |
---|---|
23 $ mkcommit aaa | 23 $ mkcommit aaa |
24 $ mkcommit bbb | 24 $ mkcommit bbb |
25 $ hg topic foo | 25 $ hg topic foo |
26 marked working directory as topic: foo | 26 marked working directory as topic: foo |
27 $ mkcommit ccc | 27 $ mkcommit ccc |
28 active topic 'foo' grew its first changeset | 28 active topic '//foo' grew its first changeset |
29 (see 'hg help topics' for more information) | 29 (see 'hg help topics' for more information) |
30 $ mkcommit ddd | 30 $ mkcommit ddd |
31 $ mkcommit eee | 31 $ mkcommit eee |
32 $ mkcommit fff | 32 $ mkcommit fff |
33 $ hg topic bar | 33 $ hg topic bar |
34 $ mkcommit ggg | 34 $ mkcommit ggg |
35 active topic 'bar' grew its first changeset | 35 active topic '//bar' grew its first changeset |
36 (see 'hg help topics' for more information) | 36 (see 'hg help topics' for more information) |
37 $ mkcommit hhh | 37 $ mkcommit hhh |
38 $ mkcommit iii | 38 $ mkcommit iii |
39 $ mkcommit jjj | 39 $ mkcommit jjj |
40 | 40 |