Mercurial > evolve
comparison tests/test-topic.t @ 2938:9872526fc39f
topic: show the t0 even if topic is not yet touched
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Fri, 15 Sep 2017 23:25:38 +0530 |
parents | b54abc7e80e2 |
children | 30f6030dca8f |
comparison
equal
deleted
inserted
replaced
2937:b54abc7e80e2 | 2938:9872526fc39f |
---|---|
142 * narf (on branch: default, 0 changesets) | 142 * narf (on branch: default, 0 changesets) |
143 $ hg stack | 143 $ hg stack |
144 ### topic: narf | 144 ### topic: narf |
145 ### branch: default | 145 ### branch: default |
146 (stack is empty) | 146 (stack is empty) |
147 t0^ Add file delta (base) | |
147 | 148 |
148 Add commits to topic | 149 Add commits to topic |
149 | 150 |
150 $ echo topic work >> alpha | 151 $ echo topic work >> alpha |
151 $ hg ci -m 'start on narf' | 152 $ hg ci -m 'start on narf' |