comparison tests/test-topic-stack-data.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 caf302fb8f4d
children
comparison
equal deleted inserted replaced
6878:2fbe91d762ef 6879:9da0114a8a02
52 $ hg up 'desc(base_c)' 52 $ hg up 'desc(base_c)'
53 2 files updated, 0 files merged, 2 files removed, 0 files unresolved 53 2 files updated, 0 files merged, 2 files removed, 0 files unresolved
54 $ hg topic baz 54 $ hg topic baz
55 marked working directory as topic: baz 55 marked working directory as topic: baz
56 $ mkcommit baz_a 56 $ mkcommit baz_a
57 active topic 'baz' grew its first changeset 57 active topic '//baz' grew its first changeset
58 (see 'hg help topics' for more information) 58 (see 'hg help topics' for more information)
59 $ mkcommit baz_b 59 $ mkcommit baz_b
60 60
61 A simple topic with instability 61 A simple topic with instability
62 62
63 $ hg up 'desc(base_d)' 63 $ hg up 'desc(base_d)'
64 1 files updated, 0 files merged, 2 files removed, 0 files unresolved 64 1 files updated, 0 files merged, 2 files removed, 0 files unresolved
65 $ hg topic fuz 65 $ hg topic fuz
66 marked working directory as topic: fuz 66 marked working directory as topic: fuz
67 $ mkcommit fuz_a 67 $ mkcommit fuz_a
68 active topic 'fuz' grew its first changeset 68 active topic '//fuz' grew its first changeset
69 (see 'hg help topics' for more information) 69 (see 'hg help topics' for more information)
70 $ mkcommit fuz_b 70 $ mkcommit fuz_b
71 $ mkcommit fuz_c 71 $ mkcommit fuz_c
72 $ hg up 'desc(fuz_a)' 72 $ hg up 'desc(fuz_a)'
73 0 files updated, 0 files merged, 2 files removed, 0 files unresolved 73 0 files updated, 0 files merged, 2 files removed, 0 files unresolved
79 $ hg up 'desc(base_e)' 79 $ hg up 'desc(base_e)'
80 1 files updated, 0 files merged, 1 files removed, 0 files unresolved 80 1 files updated, 0 files merged, 1 files removed, 0 files unresolved
81 $ hg topic bar 81 $ hg topic bar
82 marked working directory as topic: bar 82 marked working directory as topic: bar
83 $ mkcommit bar_a 83 $ mkcommit bar_a
84 active topic 'bar' grew its first changeset 84 active topic '//bar' grew its first changeset
85 (see 'hg help topics' for more information) 85 (see 'hg help topics' for more information)
86 $ mkcommit bar_b 86 $ mkcommit bar_b
87 $ mkcommit bar_c 87 $ mkcommit bar_c
88 $ hg up 'desc(bar_b)' 88 $ hg up 'desc(bar_b)'
89 0 files updated, 0 files merged, 1 files removed, 0 files unresolved 89 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
99 $ hg up 'desc(lake_a)' 99 $ hg up 'desc(lake_a)'
100 1 files updated, 0 files merged, 7 files removed, 0 files unresolved 100 1 files updated, 0 files merged, 7 files removed, 0 files unresolved
101 $ hg topic foo 101 $ hg topic foo
102 marked working directory as topic: foo 102 marked working directory as topic: foo
103 $ mkcommit foo_a 103 $ mkcommit foo_a
104 active topic 'foo' grew its first changeset 104 active topic 'lake//foo' grew its first changeset
105 (see 'hg help topics' for more information) 105 (see 'hg help topics' for more information)
106 $ mkcommit foo_b 106 $ mkcommit foo_b
107 107
108 Summary 108 Summary
109 ------- 109 -------