Mercurial > evolve
comparison tests/test-topic-shelve.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 | f43a310c4338 |
comparison
equal
deleted
inserted
replaced
2996:7cc79fc0e637 | 2997:a61634f52742 |
---|---|
22 $ hg topic | 22 $ hg topic |
23 * testing-shelve | 23 * testing-shelve |
24 $ echo " World" >> a | 24 $ echo " World" >> a |
25 $ hg stack | 25 $ hg stack |
26 ### topic: testing-shelve | 26 ### topic: testing-shelve |
27 ### branch: default | 27 ### target: default (branch) |
28 t1@ First commit (current) | 28 t1@ First commit (current) |
29 | 29 |
30 shelve test | 30 shelve test |
31 ----------- | 31 ----------- |
32 | 32 |
35 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | 35 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
36 $ hg topic | 36 $ hg topic |
37 * testing-shelve | 37 * testing-shelve |
38 $ hg stack | 38 $ hg stack |
39 ### topic: testing-shelve | 39 ### topic: testing-shelve |
40 ### branch: default | 40 ### target: default (branch) |
41 t1@ First commit (current) | 41 t1@ First commit (current) |
42 | 42 |
43 unshelve test | 43 unshelve test |
44 ------------- | 44 ------------- |
45 $ hg unshelve | 45 $ hg unshelve |
46 unshelving change 'default' | 46 unshelving change 'default' |
47 $ hg topic | 47 $ hg topic |
48 * testing-shelve | 48 * testing-shelve |
49 $ hg stack | 49 $ hg stack |
50 ### topic: testing-shelve | 50 ### topic: testing-shelve |
51 ### branch: default | 51 ### target: default (branch) |
52 t1@ First commit (current) | 52 t1@ First commit (current) |