##// END OF EJS Templates
Fix up help test
mpm@selenic.com -
r914:8c850b81 default
parent child Browse files
Show More
@@ -114,7 +114,7 b' list of commands (use "hg help -v" to sh'
114 version output version and copyright information
114 version output version and copyright information
115 + hg add -h
115 + hg add -h
116 hg add: option -h not recognized
116 hg add: option -h not recognized
117 hg add [FILE]...
117 hg add [OPTION]... [FILE]...
118
118
119 add the specified files on the next commit
119 add the specified files on the next commit
120
120
@@ -126,7 +126,7 b' options:'
126 exclude path from search
126 exclude path from search
127 + hg add --skjdfks
127 + hg add --skjdfks
128 hg add: option --skjdfks not recognized
128 hg add: option --skjdfks not recognized
129 hg add [FILE]...
129 hg add [OPTION]... [FILE]...
130
130
131 add the specified files on the next commit
131 add the specified files on the next commit
132
132
@@ -137,7 +137,7 b' options:'
137 -X --exclude
137 -X --exclude
138 exclude path from search
138 exclude path from search
139 + hg help diff
139 + hg help diff
140 hg diff [-r REV1 [-r REV2]] [FILE]...
140 hg diff [-I] [-X] [-r REV1 [-r REV2]] [FILE]...
141
141
142 diff working directory (or selected files)
142 diff working directory (or selected files)
143
143
@@ -150,7 +150,7 b' options:'
150 -X --exclude
150 -X --exclude
151 exclude path from search
151 exclude path from search
152 + hg help status
152 + hg help status
153 hg status [FILE]...
153 hg status [OPTION]... [FILE]...
154
154
155 show changed files in the working directory
155 show changed files in the working directory
156
156
@@ -174,7 +174,7 b' options:'
174 -X --exclude
174 -X --exclude
175 exclude path from search
175 exclude path from search
176 + hg -q help status
176 + hg -q help status
177 hg status [FILE]...
177 hg status [OPTION]... [FILE]...
178
178
179 show changed files in the working directory
179 show changed files in the working directory
180 + hg help foo
180 + hg help foo
General Comments 0
You need to be logged in to leave comments. Login now