tests/test-help.t
changeset 16942 87882c8753d4
parent 16884 4fd1f1d7569b
child 16949 66721a0d2249
--- a/tests/test-help.t	Tue Jun 12 14:18:18 2012 +0200
+++ b/tests/test-help.t	Thu Jun 07 01:42:50 2012 +0200
@@ -775,3 +775,30 @@
   $ hg help revsets | grep helphook
       helphook1
       helphook2
+
+Test keyword search help
+
+  $ hg help -k clone
+  Topics:
+  
+   config     Configuration Files
+   extensions Using Additional Features
+   glossary   Glossary
+   phases     Working with Phases
+   subrepo    Subrepositories
+   urls       URL Paths
+  
+  Commands:
+  
+   update update working directory (or switch revisions)
+   paths  show aliases for remote repositories
+   clone  make a copy of an existing repository
+  
+  Extensions:
+  
+   relink recreates hardlinks between repository clones
+  
+  Extension Commands:
+  
+   qclone clone main and patch repository at same time
+