tests/test-topic-stack-data.t
changeset 1994 10d10563e2a8
parent 1993 c8749ae18cd9
child 1995 54d6dff699f0
equal deleted inserted replaced
1993:c8749ae18cd9 1994:10d10563e2a8
   233     "changesetcount": 3,
   233     "changesetcount": 3,
   234     "topic": "fuz",
   234     "topic": "fuz",
   235     "troubledcount": 2
   235     "troubledcount": 2
   236    }
   236    }
   237   ]
   237   ]
       
   238 
       
   239 Also test this situation with 'hg stack'
       
   240 =======================================
       
   241 
       
   242   $ hg stack bar
       
   243   t5: add bar_c
       
   244   t2^ add bar_b (base)
       
   245   t4$ add bar_e (unstable)
       
   246   t3: bar1_d
       
   247   t2: add bar_b
       
   248   t1: add bar_a
       
   249     ^ add base_e
       
   250   $ hg stack baz
       
   251   t2: add baz_b
       
   252   t1: add baz_a
       
   253     ^ add base_c
       
   254   $ hg stack foo
       
   255   t2@ add foo_b (current)
       
   256   t1: add foo_a
       
   257     ^ add lake_a
       
   258   $ hg stack fuz
       
   259   t3$ add fuz_c (unstable)
       
   260   t2$ add fuz_b (unstable)
       
   261   t1: fuz1_a
       
   262     ^ add base_d