comparison tests/test-stack-branch.t @ 2750:bd3824d1b795

stack: show short node of changesets in `hg stack -v` After this patch, hg stack -v shows short nodes for changesets which have topic index, i.e. excluding the bases except t0.
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 14 Jul 2017 07:19:15 +0530
parents f19b314d8475
children ef4832faaf09
comparison
equal deleted inserted replaced
2749:e1b7ea48e243 2750:bd3824d1b795
74 b4@ c_f (current) 74 b4@ c_f (current)
75 b3: c_e 75 b3: c_e
76 b2: c_d 76 b2: c_d
77 b1: c_c 77 b1: c_c
78 b0^ c_b (base) 78 b0^ c_b (base)
79 $ hg stack -v
80 ### branch: foo
81 b4(913c298d8b0a)@ c_f (current)
82 b3(4f2a69f6d380): c_e
83 b2(f61adbacd17a): c_d
84 b1(3e9313bc4b71): c_c
85 b0(4a04f1104a27)^ c_b (base)
79 86
80 Test "t#" reference 87 Test "t#" reference
81 ------------------- 88 -------------------
82 89
83 $ hg up b2 90 $ hg up b2