diff -r 3ecce805ac13 -r ee8f5e4ce7b8 tests/test-help.t --- 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