tests/test-topic-stack.t
changeset 1973 e97458bf53be
parent 1961 d9c7fced94fc
child 1991 ba79d23594d6
--- a/tests/test-topic-stack.t	Thu Aug 11 22:52:49 2016 +0200
+++ b/tests/test-topic-stack.t	Fri Aug 12 11:09:26 2016 +0200
@@ -63,11 +63,11 @@
 Simple test
 -----------
 
-hg topic -l list all changeset in the topic
+'hg stack' list all changeset in the topic
 
   $ hg topic
    * foo
-  $ hg topic --list
+  $ hg stack
   t4@ c_f (current)
   t3: c_e
   t2: c_d
@@ -77,7 +77,7 @@
 error case, nothing to list
 
   $ hg topic --clear
-  $ hg topic --list
+  $ hg stack
   abort: no active topic to list
   [255]