##// END OF EJS Templates
tests: fix up tests to cope with 6a0bc2dc9da6
Dirkjan Ochtman -
r7679:eb98218d default
parent child Browse files
Show More
@@ -206,6 +206,7 b' additional help topics:'
206 206 revisions Specifying Single Revisions
207 207 multirevs Specifying Multiple Revisions
208 208 diffs Diff Formats
209 templating Template Usage
209 210
210 211 use "hg -v help" to show aliases and global options
211 212 Mercurial Distributed SCM
@@ -269,6 +270,7 b' additional help topics:'
269 270 revisions Specifying Single Revisions
270 271 multirevs Specifying Multiple Revisions
271 272 diffs Diff Formats
273 templating Template Usage
272 274
273 275 use "hg -v help" to show aliases and global options
274 276 %% not tested: --debugger
@@ -97,6 +97,7 b' additional help topics:'
97 97 revisions Specifying Single Revisions
98 98 multirevs Specifying Multiple Revisions
99 99 diffs Diff Formats
100 templating Template Usage
100 101
101 102 use "hg -v help" to show aliases and global options
102 103 add add the specified files on the next commit
@@ -156,6 +157,7 b' additional help topics:'
156 157 revisions Specifying Single Revisions
157 158 multirevs Specifying Multiple Revisions
158 159 diffs Diff Formats
160 templating Template Usage
159 161 hg add [OPTION]... [FILE]...
160 162
161 163 add the specified files on the next commit
General Comments 0
You need to be logged in to leave comments. Login now