# HG changeset patch # User Bryan O'Sullivan # Date 1184702930 25200 # Node ID ad09ce1d393cf7c5b43d5ab9fb008d3c8e059509 # Parent 27414950abf5102b3488fbb6ee27fa6de2a752d8 convert/subversion.py: escape quotes to make code readable in Emacs diff -r 27414950abf5 -r ad09ce1d393c hgext/convert/__init__.py --- a/hgext/convert/__init__.py Tue Jul 17 09:39:30 2007 -0700 +++ b/hgext/convert/__init__.py Tue Jul 17 13:08:50 2007 -0700 @@ -275,16 +275,16 @@ understood by the source). If no destination directory name is specified, it defaults to the - basename of the source with '-hg' appended. If the destination - repository doesn't exist, it will be created. + basename of the source with \'-hg\' appended. If the destination + repository doesn\'t exist, it will be created. - If isn't given, it will be put in a default location + If isn\'t given, it will be put in a default location (/.hg/shamap by default). The is a simple text file that maps each source commit ID to the destination ID for that revision, like so: - 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 be run repeatedly to copy new commits.