tests/test-topic-stack-data.t
changeset 4067 fb4801478d5d
parent 3769 1bc4b0807c37
child 4076 f9a850018daa
child 4432 5da1d162ad50
equal deleted inserted replaced
4066:1aa5f851d2c0 4067:fb4801478d5d
   262 =======================================
   262 =======================================
   263 
   263 
   264   $ hg stack bar
   264   $ hg stack bar
   265   ### topic: bar (2 heads)
   265   ### topic: bar (2 heads)
   266   ### target: default (branch)
   266   ### target: default (branch)
   267   t5: add bar_c
   267   s5: add bar_c
   268   t2^ add bar_b (base)
   268   s2^ add bar_b (base)
   269   t4$ add bar_e (unstable)
   269   s4$ add bar_e (unstable)
   270   t3: bar1_d
   270   s3: bar1_d
   271   t2: add bar_b
   271   s2: add bar_b
   272   t1: add bar_a
   272   s1: add bar_a
   273   t0^ add base_e (base)
   273   s0^ add base_e (base)
   274   $ hg stack bar -v
   274   $ hg stack bar -v
   275   ### topic: bar (2 heads)
   275   ### topic: bar (2 heads)
   276   ### target: default (branch)
   276   ### target: default (branch)
   277   t5(9cbadf11b44d): add bar_c
   277   s5(9cbadf11b44d): add bar_c
   278   t2(e555c7e8c767)^ add bar_b (base)
   278   s2(e555c7e8c767)^ add bar_b (base)
   279   t4(a920412b5a05)$ add bar_e (unstable)
   279   s4(a920412b5a05)$ add bar_e (unstable)
   280   t3(6915989374b1): bar1_d
   280   s3(6915989374b1): bar1_d
   281   t2(e555c7e8c767): add bar_b
   281   s2(e555c7e8c767): add bar_b
   282   t1(a5c2b4e00bbf): add bar_a
   282   s1(a5c2b4e00bbf): add bar_a
   283   t0(92f489a6251f)^ add base_e (base)
   283   s0(92f489a6251f)^ add base_e (base)
   284   $ hg stack baz
   284   $ hg stack baz
   285   ### topic: baz
   285   ### topic: baz
   286   ### target: default (branch), 2 behind
   286   ### target: default (branch), 2 behind
   287   t2: add baz_b
   287   s2: add baz_b
   288   t1: add baz_a
   288   s1: add baz_a
   289   t0^ add base_c (base)
   289   s0^ add base_c (base)
   290   $ hg stack foo
   290   $ hg stack foo
   291   ### topic: foo
   291   ### topic: foo
   292   ### target: lake (branch), ambiguous rebase destination - branch 'lake' has 2 heads
   292   ### target: lake (branch), ambiguous rebase destination - branch 'lake' has 2 heads
   293   t2@ add foo_b (current)
   293   s2@ add foo_b (current)
   294   t1: add foo_a
   294   s1: add foo_a
   295   t0^ add lake_a (base)
   295   s0^ add lake_a (base)
   296   $ hg stack fuz
   296   $ hg stack fuz
   297   ### topic: fuz
   297   ### topic: fuz
   298   ### target: default (branch), 1 behind
   298   ### target: default (branch), 1 behind
   299   t3$ add fuz_c (unstable)
   299   s3$ add fuz_c (unstable)
   300   t2$ add fuz_b (unstable)
   300   s2$ add fuz_b (unstable)
   301   t1: fuz1_a
   301   s1: fuz1_a
   302   t0^ add base_d (base)
   302   s0^ add base_d (base)