comparison tests/test-topic-shelve.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 fb4801478d5d
children
comparison
equal deleted inserted replaced
6878:2fbe91d762ef 6879:9da0114a8a02
16 marked working directory as topic: testing-shelve 16 marked working directory as topic: testing-shelve
17 $ hg topic 17 $ hg topic
18 * testing-shelve (0 changesets) 18 * testing-shelve (0 changesets)
19 $ hg ci -m "First commit" -A 19 $ hg ci -m "First commit" -A
20 adding a 20 adding a
21 active topic 'testing-shelve' grew its first changeset 21 active topic '//testing-shelve' grew its first changeset
22 (see 'hg help topics' for more information) 22 (see 'hg help topics' for more information)
23 $ hg topic 23 $ hg topic
24 * testing-shelve (1 changesets) 24 * testing-shelve (1 changesets)
25 $ echo " World" >> a 25 $ echo " World" >> a
26 $ hg stack 26 $ hg stack