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