Mercurial > evolve
comparison tests/test-topic-stack-data.t @ 1997:ce86f7bb4b7b
stack: add some behind information
This is the next useful thing after branch
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Fri, 26 Aug 2016 14:55:58 +0200 |
parents | 5c40dd2cf131 |
children | 302be26a3fd8 |
comparison
equal
deleted
inserted
replaced
1996:5c40dd2cf131 | 1997:ce86f7bb4b7b |
---|---|
249 t2: add bar_b | 249 t2: add bar_b |
250 t1: add bar_a | 250 t1: add bar_a |
251 ^ add base_e | 251 ^ add base_e |
252 $ hg stack baz | 252 $ hg stack baz |
253 ### topic: baz | 253 ### topic: baz |
254 ### branch: default | 254 ### branch: default, 2 behind |
255 t2: add baz_b | 255 t2: add baz_b |
256 t1: add baz_a | 256 t1: add baz_a |
257 ^ add base_c | 257 ^ add base_c |
258 $ hg stack foo | 258 $ hg stack foo |
259 ### topic: foo | 259 ### topic: foo |
260 ### branch: lake | 260 ### branch: lake, ambigious rebase destination |
261 t2@ add foo_b (current) | 261 t2@ add foo_b (current) |
262 t1: add foo_a | 262 t1: add foo_a |
263 ^ add lake_a | 263 ^ add lake_a |
264 $ hg stack fuz | 264 $ hg stack fuz |
265 ### topic: fuz | 265 ### topic: fuz |
266 ### branch: default | 266 ### branch: default, 1 behind |
267 t3$ add fuz_c (unstable) | 267 t3$ add fuz_c (unstable) |
268 t2$ add fuz_b (unstable) | 268 t2$ add fuz_b (unstable) |
269 t1: fuz1_a | 269 t1: fuz1_a |
270 ^ add base_d | 270 ^ add base_d |