Mercurial > public > mercurial-scm > hg
diff hgext/convert/hg.py @ 8596:a58a95e523aa
convert/hg: update documentation
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Sun, 24 May 2009 16:27:37 +0200 |
parents | 5b7596b142ad |
children | ba42e3c6e602 |
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