diff mercurial/configitems.py @ 38572:85da230c316a

convert: add a config knob for not saving the bzr revision Now that the timestamp is fixed, the log of the Mercurial repo is still unstable with --debug, because the bzr commit ID keeps changing. Both hg and git implement `convert.*.saverev`, so do the same here.
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 05 Jul 2018 15:07:29 -0400
parents 313a940d49a3
children be441eb65f09
line wrap: on
line diff
--- a/mercurial/configitems.py	Thu Jul 05 15:07:29 2018 -0400
+++ b/mercurial/configitems.py	Thu Jul 05 15:07:29 2018 -0400
@@ -209,6 +209,9 @@
     default=None,
     generic=True,
 )
+coreconfigitem('convert', 'bzr.saverev',
+    default=True,
+)
 coreconfigitem('convert', 'cvsps.cache',
     default=True,
 )