tests/test-help.t
changeset 27324 5456374561a7
parent 27266 4dccc37b87bd
child 27325 eadbbd14bdc1
--- a/tests/test-help.t	Wed Dec 09 19:09:06 2015 +0000
+++ b/tests/test-help.t	Wed Dec 09 19:09:35 2015 +0000
@@ -1041,6 +1041,16 @@
       helphook1
       helphook2
 
+help -c should only show debug --debug
+
+  $ hg help -c --debug|grep debug|wc -l|grep '^\s*0\s*$'
+  [1]
+
+help -c should only show deprecated for -v
+
+  $ hg help -c -v|grep DEPRECATED|wc -l|grep '^\s*0\s*$'
+  [1]
+
 Test -e / -c / -k combinations
 
   $ hg help -c schemes
@@ -1083,12 +1093,10 @@
   
   Commands:
   
-   bookmarks                    create a new bookmark or list existing bookmarks
-   clone                        make a copy of an existing repository
-   debugapplystreamclonebundle  apply a stream clone bundle file
-   debugcreatestreamclonebundle create a stream clone bundle file
-   paths                        show aliases for remote repositories
-   update                       update working directory (or switch revisions)
+   bookmarks create a new bookmark or list existing bookmarks
+   clone     make a copy of an existing repository
+   paths     show aliases for remote repositories
+   update    update working directory (or switch revisions)
   
   Extensions: