changeset 8596:a58a95e523aa

convert/hg: update documentation
author Patrick Mezard <pmezard@gmail.com>
date Sun, 24 May 2009 16:27:37 +0200
parents b8f45ad20772
children dc1b9e22f288
files hgext/convert/hg.py
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/convert/hg.py	Sun May 24 16:16:46 2009 +0200
+++ b/hgext/convert/hg.py	Sun May 24 16:27:37 2009 +0200
@@ -12,10 +12,10 @@
 #   those older versions, then converted, may thus have different
 #   hashes for changesets that are otherwise identical.
 #
-# * By default, the source revision is stored in the converted
-#   revision.  This will cause the converted revision to have a
-#   different identity than the source.  To avoid this, use the
-#   following option: "--config convert.hg.saverev=false"
+# * Using "--config convert.hg.saverev=true" will make the source
+#   identifier to be stored in the converted revision. This will cause
+#   the converted revision to have a different identity than the
+#   source.
 
 
 import os, time