Mercurial > evolve
comparison tests/test-topic-stack.t @ 2936:3a9303b7b648
topics: show working directory branch when topic is empty
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Fri, 15 Sep 2017 22:48:55 +0530 |
parents | 06844693bb21 |
children | b54abc7e80e2 |
comparison
equal
deleted
inserted
replaced
2935:6f7f8c6fcfb0 | 2936:3a9303b7b648 |
---|---|
64 $ hg topic | 64 $ hg topic |
65 foo | 65 foo |
66 * other | 66 * other |
67 $ hg stack | 67 $ hg stack |
68 ### topic: other | 68 ### topic: other |
69 ### branch: | 69 ### branch: default |
70 | 70 |
71 $ hg up foo | 71 $ hg up foo |
72 switching to topic foo | 72 switching to topic foo |
73 4 files updated, 0 files merged, 0 files removed, 0 files unresolved | 73 4 files updated, 0 files merged, 0 files removed, 0 files unresolved |
74 | 74 |
222 | 222 |
223 error case, nothing to list | 223 error case, nothing to list |
224 | 224 |
225 $ hg topic --clear | 225 $ hg topic --clear |
226 $ hg stack | 226 $ hg stack |
227 ### branch: | 227 ### branch: default |
228 | 228 |
229 Test "t#" reference | 229 Test "t#" reference |
230 ------------------- | 230 ------------------- |
231 | 231 |
232 | 232 |