diff -r b8f45ad20772 -r a58a95e523aa hgext/convert/hg.py --- 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