Mercurial > evolve
comparison tests/test-topic-stack.t @ 2627:42abd3bd30ee
topics: abort if user wants to show the stack of a non-existent topic
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Mon, 19 Jun 2017 03:13:35 +0530 |
parents | bc36a608e9e4 |
children | b933a8068c17 |
comparison
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] |