tests/test-help.t
changeset 15861 ee8f5e4ce7b8
parent 15834 65f7e986a0d0
child 15862 d0f2a89c8cfa
--- a/tests/test-help.t	Wed Jan 11 16:53:51 2012 +0100
+++ b/tests/test-help.t	Wed Jan 11 18:08:25 2012 +0100
@@ -675,7 +675,7 @@
   
   enabled extensions:
   
-   helpext  (no help text available)
+   helpext       (no help text available)
   
   additional help topics:
   
@@ -748,10 +748,10 @@
 Test templating help
 
   $ hg help templating | egrep '(desc|diffstat|firstline|nonempty)  '
-      desc        String. The text of the changeset description.
-      diffstat    String. Statistics of changes with the following format:
-      firstline   Any text. Returns the first line of text.
-      nonempty    Any text. Returns '(none)' if the string is empty.
+      desc          String. The text of the changeset description.
+      diffstat      String. Statistics of changes with the following format:
+      firstline     Any text. Returns the first line of text.
+      nonempty      Any text. Returns '(none)' if the string is empty.
 
 Test help hooks