##// END OF EJS Templates
convert/subversion.py: escape quotes to make code readable in Emacs
Bryan O'Sullivan -
r4924:ad09ce1d default
parent child Browse files
Show More
@@ -275,16 +275,16 b' def _convert(ui, src, dest=None, mapfile'
275 understood by the source).
275 understood by the source).
276
276
277 If no destination directory name is specified, it defaults to the
277 If no destination directory name is specified, it defaults to the
278 basename of the source with '-hg' appended. If the destination
278 basename of the source with \'-hg\' appended. If the destination
279 repository doesn't exist, it will be created.
279 repository doesn\'t exist, it will be created.
280
280
281 If <mapfile> isn't given, it will be put in a default location
281 If <mapfile> isn\'t given, it will be put in a default location
282 (<dest>/.hg/shamap by default). The <mapfile> is a simple text
282 (<dest>/.hg/shamap by default). The <mapfile> is a simple text
283 file that maps each source commit ID to the destination ID for
283 file that maps each source commit ID to the destination ID for
284 that revision, like so:
284 that revision, like so:
285 <source ID> <destination ID>
285 <source ID> <destination ID>
286
286
287 If the file doesn't exist, it's automatically created. It's updated
287 If the file doesn\'t exist, it\'s automatically created. It\'s updated
288 on each commit copied, so convert-repo can be interrupted and can
288 on each commit copied, so convert-repo can be interrupted and can
289 be run repeatedly to copy new commits.
289 be run repeatedly to copy new commits.
290
290
General Comments 0
You need to be logged in to leave comments. Login now