comparison tests/test-topic-fold.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 2fbe91d762ef
children
comparison
equal deleted inserted replaced
6878:2fbe91d762ef 6879:9da0114a8a02
21 $ cd testfold 21 $ cd testfold
22 $ mkcommit ROOT 22 $ mkcommit ROOT
23 $ hg topic myfeature 23 $ hg topic myfeature
24 marked working directory as topic: myfeature 24 marked working directory as topic: myfeature
25 $ mkcommit feature1 25 $ mkcommit feature1
26 active topic 'myfeature' grew its first changeset 26 active topic '//myfeature' grew its first changeset
27 (see 'hg help topics' for more information) 27 (see 'hg help topics' for more information)
28 $ mkcommit feature2 28 $ mkcommit feature2
29 $ logtopic 29 $ logtopic
30 @ 2:6e0fb07fa151928b633485a01b6d815b27f5a26d 30 @ 2:6e0fb07fa151928b633485a01b6d815b27f5a26d
31 | topics: myfeature 31 | topics: myfeature
65 created new head 65 created new head
66 (consider using topic for lightweight branches. See 'hg help topic') 66 (consider using topic for lightweight branches. See 'hg help topic')
67 $ hg topic myotherfeature 67 $ hg topic myotherfeature
68 marked working directory as topic: myotherfeature 68 marked working directory as topic: myotherfeature
69 $ mkcommit feature4 69 $ mkcommit feature4
70 active topic 'myotherfeature' grew its first changeset 70 active topic '//myotherfeature' grew its first changeset
71 (see 'hg help topics' for more information) 71 (see 'hg help topics' for more information)
72 $ logtopic 72 $ logtopic
73 @ 5:85e76d22bde1cb5ce44b00fc91a88cb805c93b1b 73 @ 5:85e76d22bde1cb5ce44b00fc91a88cb805c93b1b
74 | topics: myotherfeature 74 | topics: myotherfeature
75 o 4:6508e0bfb6a188bb94d77c107f4e969291010b42 75 o 4:6508e0bfb6a188bb94d77c107f4e969291010b42