tests/test-topic-stack.t
changeset 2627 42abd3bd30ee
parent 2626 bc36a608e9e4
child 2669 b933a8068c17
equal deleted inserted replaced
2626:bc36a608e9e4 2627:42abd3bd30ee
   317   t4: c_h
   317   t4: c_h
   318   t3: c_g
   318   t3: c_g
   319   t2@ c_D (current)
   319   t2@ c_D (current)
   320   t1: c_c
   320   t1: c_c
   321     ^ c_b
   321     ^ c_b
       
   322 
       
   323 Trying to list non existing topic
       
   324   $ hg stack thisdoesnotexist
       
   325   abort: cannot resolve "thisdoesnotexist": no such topic found
       
   326   [255]
       
   327   $ hg topic --list thisdoesnotexist
       
   328   abort: cannot resolve "thisdoesnotexist": no such topic found
       
   329   [255]