mercurial/configitems.py
changeset 38572 85da230c316a
parent 38526 313a940d49a3
child 38591 be441eb65f09
--- 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,
 )