##// END OF EJS Templates
convert/hg: update documentation
Patrick Mezard -
r8596:a58a95e5 default
parent child Browse files
Show More
@@ -12,10 +12,10 b''
12 # those older versions, then converted, may thus have different
12 # those older versions, then converted, may thus have different
13 # hashes for changesets that are otherwise identical.
13 # hashes for changesets that are otherwise identical.
14 #
14 #
15 # * By default, the source revision is stored in the converted
15 # * Using "--config convert.hg.saverev=true" will make the source
16 # revision. This will cause the converted revision to have a
16 # identifier to be stored in the converted revision. This will cause
17 # different identity than the source. To avoid this, use the
17 # the converted revision to have a different identity than the
18 # following option: "--config convert.hg.saverev=false"
18 # source.
19
19
20
20
21 import os, time
21 import os, time
General Comments 0
You need to be logged in to leave comments. Login now