convert/subversion.py: escape quotes to make code readable in Emacs

This commit is contained in:
Bryan O'Sullivan 2007-07-17 13:08:50 -07:00
parent bbc8c72100
commit 1f2fa7bf13

View File

@ -275,16 +275,16 @@ def _convert(ui, src, dest=None, mapfile=None, **opts):
understood by the source). understood by the source).
If no destination directory name is specified, it defaults to the If no destination directory name is specified, it defaults to the
basename of the source with '-hg' appended. If the destination basename of the source with \'-hg\' appended. If the destination
repository doesn't exist, it will be created. repository doesn\'t exist, it will be created.
If <mapfile> isn't given, it will be put in a default location If <mapfile> isn\'t given, it will be put in a default location
(<dest>/.hg/shamap by default). The <mapfile> is a simple text (<dest>/.hg/shamap by default). The <mapfile> is a simple text
file that maps each source commit ID to the destination ID for file that maps each source commit ID to the destination ID for
that revision, like so: that revision, like so:
<source ID> <destination ID> <source ID> <destination ID>
If the file doesn't exist, it's automatically created. It's updated If the file doesn\'t exist, it\'s automatically created. It\'s updated
on each commit copied, so convert-repo can be interrupted and can on each commit copied, so convert-repo can be interrupted and can
be run repeatedly to copy new commits. be run repeatedly to copy new commits.