Mercurial > evolve
diff tests/test-evolve-topic.t @ 4067:fb4801478d5d
stack: display 's#' instead of 't#' and 'b#'
If we want people to use it, we should display it.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 03 Sep 2018 17:07:36 +0200 |
parents | 1bc4b0807c37 |
children | f9a850018daa 4eb3877540f1 |
line wrap: on
line diff
--- a/tests/test-evolve-topic.t Mon Sep 03 16:41:32 2018 +0200 +++ b/tests/test-evolve-topic.t Mon Sep 03 17:07:36 2018 +0200 @@ -80,11 +80,11 @@ ### topic: foo (?) ### branch: default (?) ### target: default (branch) - t4@ add fff (current) - t3: add eee - t2: add ddd - t1: add ccc - t0^ add bbb (base) + s4@ add fff (current) + s3: add eee + s2: add ddd + s1: add ccc + s0^ add bbb (base) $ hg up 'desc(ddd)' 0 files updated, 0 files merged, 2 files removed, 0 files unresolved $ echo ddd >> ddd @@ -260,12 +260,12 @@ $ hg stack ### topic: bar ### target: default (branch) - t5$ add jjj (unstable) - t4$ add iii (unstable) - t3$ add hhh (unstable) - t2$ add ggg (current unstable) - t1: add fff - t0^ add eee (base) + s5$ add jjj (unstable) + s4$ add iii (unstable) + s3$ add hhh (unstable) + s2$ add ggg (current unstable) + s1: add fff + s0^ add eee (base) $ hg prev 0 files updated, 0 files merged, 1 files removed, 0 files unresolved