##// END OF EJS Templates
fix up tests for paths and urls help
Matt Mackall -
r7707:64fd7f6d default
parent child Browse files
Show More
@@ -177,7 +177,7 b' list of commands:'
177 177 merge merge working directory with another revision
178 178 outgoing show changesets not found in destination
179 179 parents show the parents of the working dir or revision
180 paths show definition of symbolic path names
180 paths show aliases for remote repositories
181 181 pull pull changes from the specified source
182 182 push push changes to the specified destination
183 183 recover roll back an interrupted transaction
@@ -207,6 +207,7 b' additional help topics:'
207 207 multirevs Specifying Multiple Revisions
208 208 diffs Diff Formats
209 209 templating Template Usage
210 urls Url Paths
210 211
211 212 use "hg -v help" to show aliases and global options
212 213 Mercurial Distributed SCM
@@ -241,7 +242,7 b' list of commands:'
241 242 merge merge working directory with another revision
242 243 outgoing show changesets not found in destination
243 244 parents show the parents of the working dir or revision
244 paths show definition of symbolic path names
245 paths show aliases for remote repositories
245 246 pull pull changes from the specified source
246 247 push push changes to the specified destination
247 248 recover roll back an interrupted transaction
@@ -271,6 +272,7 b' additional help topics:'
271 272 multirevs Specifying Multiple Revisions
272 273 diffs Diff Formats
273 274 templating Template Usage
275 urls Url Paths
274 276
275 277 use "hg -v help" to show aliases and global options
276 278 %% not tested: --debugger
@@ -68,7 +68,7 b' list of commands:'
68 68 merge merge working directory with another revision
69 69 outgoing show changesets not found in destination
70 70 parents show the parents of the working dir or revision
71 paths show definition of symbolic path names
71 paths show aliases for remote repositories
72 72 pull pull changes from the specified source
73 73 push push changes to the specified destination
74 74 recover roll back an interrupted transaction
@@ -98,6 +98,7 b' additional help topics:'
98 98 multirevs Specifying Multiple Revisions
99 99 diffs Diff Formats
100 100 templating Template Usage
101 urls Url Paths
101 102
102 103 use "hg -v help" to show aliases and global options
103 104 add add the specified files on the next commit
@@ -128,7 +129,7 b' use "hg -v help" to show aliases and glo'
128 129 merge merge working directory with another revision
129 130 outgoing show changesets not found in destination
130 131 parents show the parents of the working dir or revision
131 paths show definition of symbolic path names
132 paths show aliases for remote repositories
132 133 pull pull changes from the specified source
133 134 push push changes to the specified destination
134 135 recover roll back an interrupted transaction
@@ -158,6 +159,7 b' additional help topics:'
158 159 multirevs Specifying Multiple Revisions
159 160 diffs Diff Formats
160 161 templating Template Usage
162 urls Url Paths
161 163 hg add [OPTION]... [FILE]...
162 164
163 165 add the specified files on the next commit
General Comments 0
You need to be logged in to leave comments. Login now