# HG changeset patch # User mpm@selenic.com # Date 1124217844 28800 # Node ID 8c850b81798bcbcb2ebbb325ff813d397f2bc2c7 # Parent 46581ad4bd27e6f14c11a974573a05ebfc4c0147 Fix up help test diff -r 46581ad4bd27 -r 8c850b81798b tests/test-help.out --- a/tests/test-help.out Tue Aug 16 10:42:30 2005 -0800 +++ b/tests/test-help.out Tue Aug 16 10:44:04 2005 -0800 @@ -114,7 +114,7 @@ version output version and copyright information + hg add -h hg add: option -h not recognized -hg add [FILE]... +hg add [OPTION]... [FILE]... add the specified files on the next commit @@ -126,7 +126,7 @@ exclude path from search + hg add --skjdfks hg add: option --skjdfks not recognized -hg add [FILE]... +hg add [OPTION]... [FILE]... add the specified files on the next commit @@ -137,7 +137,7 @@ -X --exclude exclude path from search + hg help diff -hg diff [-r REV1 [-r REV2]] [FILE]... +hg diff [-I] [-X] [-r REV1 [-r REV2]] [FILE]... diff working directory (or selected files) @@ -150,7 +150,7 @@ -X --exclude exclude path from search + hg help status -hg status [FILE]... +hg status [OPTION]... [FILE]... show changed files in the working directory @@ -174,7 +174,7 @@ -X --exclude exclude path from search + hg -q help status -hg status [FILE]... +hg status [OPTION]... [FILE]... show changed files in the working directory + hg help foo