##// 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 114 version output version and copyright information
115 115 + hg add -h
116 116 hg add: option -h not recognized
117 hg add [FILE]...
117 hg add [OPTION]... [FILE]...
118 118
119 119 add the specified files on the next commit
120 120
@@ -126,7 +126,7 b' options:'
126 126 exclude path from search
127 127 + hg add --skjdfks
128 128 hg add: option --skjdfks not recognized
129 hg add [FILE]...
129 hg add [OPTION]... [FILE]...
130 130
131 131 add the specified files on the next commit
132 132
@@ -137,7 +137,7 b' options:'
137 137 -X --exclude
138 138 exclude path from search
139 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 142 diff working directory (or selected files)
143 143
@@ -150,7 +150,7 b' options:'
150 150 -X --exclude
151 151 exclude path from search
152 152 + hg help status
153 hg status [FILE]...
153 hg status [OPTION]... [FILE]...
154 154
155 155 show changed files in the working directory
156 156
@@ -174,7 +174,7 b' options:'
174 174 -X --exclude
175 175 exclude path from search
176 176 + hg -q help status
177 hg status [FILE]...
177 hg status [OPTION]... [FILE]...
178 178
179 179 show changed files in the working directory
180 180 + hg help foo
General Comments 0
You need to be logged in to leave comments. Login now