##// END OF EJS Templates
tests: fix up changed output
Matt Mackall -
r12787:e8a8993b default
parent child Browse files
Show More
@@ -121,7 +121,7 b''
121 121 to a named branch.
122 122
123 123 Mercurial Source
124 ----------------
124 ''''''''''''''''
125 125
126 126 --config convert.hg.ignoreerrors=False (boolean)
127 127 ignore integrity errors when reading. Use it to fix Mercurial
@@ -135,7 +135,7 b''
135 135 convert start revision and its descendants
136 136
137 137 CVS Source
138 ----------
138 ''''''''''
139 139
140 140 CVS source will use a sandbox (i.e. a checked-out copy) from CVS to
141 141 indicate the starting point of what will be converted. Direct access to
@@ -187,7 +187,7 b''
187 187 more details.
188 188
189 189 Subversion Source
190 -----------------
190 '''''''''''''''''
191 191
192 192 Subversion source detects classical trunk/branches/tags layouts. By
193 193 default, the supplied "svn://repo/path/" source URL is converted as a
@@ -216,7 +216,7 b''
216 216 specify start Subversion revision.
217 217
218 218 Perforce Source
219 ---------------
219 '''''''''''''''
220 220
221 221 The Perforce (P4) importer can be given a p4 depot path or a client
222 222 specification as source. It will convert all files in the source to a flat
@@ -231,7 +231,7 b''
231 231 specify initial Perforce revision.
232 232
233 233 Mercurial Destination
234 ---------------------
234 '''''''''''''''''''''
235 235
236 236 --config convert.hg.clonebranches=False (boolean)
237 237 dispatch source branches in separate clones.
@@ -339,6 +339,7 b' Testing -h/--help:'
339 339 multirevs Specifying Multiple Revisions
340 340 revsets Specifying Revision Sets
341 341 diffs Diff Formats
342 merge-tools Merge Tools
342 343 templating Template Usage
343 344 urls URL Paths
344 345 extensions Using additional features
@@ -413,6 +414,7 b' Testing -h/--help:'
413 414 multirevs Specifying Multiple Revisions
414 415 revsets Specifying Revision Sets
415 416 diffs Diff Formats
417 merge-tools Merge Tools
416 418 templating Template Usage
417 419 urls URL Paths
418 420 extensions Using additional features
@@ -110,6 +110,7 b' Short help:'
110 110 multirevs Specifying Multiple Revisions
111 111 revsets Specifying Revision Sets
112 112 diffs Diff Formats
113 merge-tools Merge Tools
113 114 templating Template Usage
114 115 urls URL Paths
115 116 extensions Using additional features
@@ -180,6 +181,7 b' Short help:'
180 181 multirevs Specifying Multiple Revisions
181 182 revsets Specifying Revision Sets
182 183 diffs Diff Formats
184 merge-tools Merge Tools
183 185 templating Template Usage
184 186 urls URL Paths
185 187 extensions Using additional features
@@ -702,6 +704,7 b' Test that default list of commands omits'
702 704 multirevs Specifying Multiple Revisions
703 705 revsets Specifying Revision Sets
704 706 diffs Diff Formats
707 merge-tools Merge Tools
705 708 templating Template Usage
706 709 urls URL Paths
707 710 extensions Using additional features
General Comments 0
You need to be logged in to leave comments. Login now