comparison tests/test-evolve-topic.t @ 2997:a61634f52742

topic: try to clarify the "branch" part in stack The idea is to clarify the meaning of "behind" with using the "target" word.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 24 Sep 2017 11:30:14 +0200
parents 62201935e1a7
children bd7e8be29542
comparison
equal deleted inserted replaced
2996:7cc79fc0e637 2997:a61634f52742
75 switching to topic foo 75 switching to topic foo
76 0 files updated, 0 files merged, 4 files removed, 0 files unresolved 76 0 files updated, 0 files merged, 4 files removed, 0 files unresolved
77 $ hg topic -l 77 $ hg topic -l
78 ### topic: foo (?) 78 ### topic: foo (?)
79 ### branch: default (?) 79 ### branch: default (?)
80 ### target: default (branch)
80 t4@ add fff (current) 81 t4@ add fff (current)
81 t3: add eee 82 t3: add eee
82 t2: add ddd 83 t2: add ddd
83 t1: add ccc 84 t1: add ccc
84 t0^ add bbb (base) 85 t0^ add bbb (base)