comparison tests/test-stack-branch.t @ 2920:ef4832faaf09

test: issue a clarifying graph print in tests/test-stack-branch.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 07 Sep 2017 19:18:05 +0200
parents bd3824d1b795
children 06844693bb21
comparison
equal deleted inserted replaced
2919:5b514ab2ab4e 2920:ef4832faaf09
259 b0^ c_b (base) 259 b0^ c_b (base)
260 260
261 Check that stack doesn't show draft changesets on a branch 261 Check that stack doesn't show draft changesets on a branch
262 ---------------------------------------------------------- 262 ----------------------------------------------------------
263 263
264 $ hg log --graph
265 o 15 foo {} draft c_h
266 |
267 o 14 foo {} draft c_g
268 |
269 @ 13 foo {} draft c_D
270 |
271 | o 9 foo {} draft c_f
272 | |
273 | o 8 foo {} draft c_e
274 | |
275 | x 7 foo {} draft c_d
276 |/
277 o 2 foo {} draft c_c
278 |
279 o 1 other {} public c_b
280 |
281 o 0 other {} public c_a
282
283
264 $ hg stack 284 $ hg stack
265 ### branch: foo (2 heads) 285 ### branch: foo (2 heads)
266 b6$ c_f (unstable) 286 b6$ c_f (unstable)
267 b5$ c_e (unstable) 287 b5$ c_e (unstable)
268 b2^ c_D (base) 288 b2^ c_D (base)