##// 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 revisions Specifying Single Revisions
206 revisions Specifying Single Revisions
207 multirevs Specifying Multiple Revisions
207 multirevs Specifying Multiple Revisions
208 diffs Diff Formats
208 diffs Diff Formats
209 templating Template Usage
209
210
210 use "hg -v help" to show aliases and global options
211 use "hg -v help" to show aliases and global options
211 Mercurial Distributed SCM
212 Mercurial Distributed SCM
@@ -269,6 +270,7 b' additional help topics:'
269 revisions Specifying Single Revisions
270 revisions Specifying Single Revisions
270 multirevs Specifying Multiple Revisions
271 multirevs Specifying Multiple Revisions
271 diffs Diff Formats
272 diffs Diff Formats
273 templating Template Usage
272
274
273 use "hg -v help" to show aliases and global options
275 use "hg -v help" to show aliases and global options
274 %% not tested: --debugger
276 %% not tested: --debugger
@@ -97,6 +97,7 b' additional help topics:'
97 revisions Specifying Single Revisions
97 revisions Specifying Single Revisions
98 multirevs Specifying Multiple Revisions
98 multirevs Specifying Multiple Revisions
99 diffs Diff Formats
99 diffs Diff Formats
100 templating Template Usage
100
101
101 use "hg -v help" to show aliases and global options
102 use "hg -v help" to show aliases and global options
102 add add the specified files on the next commit
103 add add the specified files on the next commit
@@ -156,6 +157,7 b' additional help topics:'
156 revisions Specifying Single Revisions
157 revisions Specifying Single Revisions
157 multirevs Specifying Multiple Revisions
158 multirevs Specifying Multiple Revisions
158 diffs Diff Formats
159 diffs Diff Formats
160 templating Template Usage
159 hg add [OPTION]... [FILE]...
161 hg add [OPTION]... [FILE]...
160
162
161 add the specified files on the next commit
163 add the specified files on the next commit
General Comments 0
You need to be logged in to leave comments. Login now