comparison 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
comparison
equal deleted inserted replaced
38571:30a027c0e327 38572:85da230c316a
207 ) 207 )
208 coreconfigitem('committemplate', '.*', 208 coreconfigitem('committemplate', '.*',
209 default=None, 209 default=None,
210 generic=True, 210 generic=True,
211 ) 211 )
212 coreconfigitem('convert', 'bzr.saverev',
213 default=True,
214 )
212 coreconfigitem('convert', 'cvsps.cache', 215 coreconfigitem('convert', 'cvsps.cache',
213 default=True, 216 default=True,
214 ) 217 )
215 coreconfigitem('convert', 'cvsps.fuzz', 218 coreconfigitem('convert', 'cvsps.fuzz',
216 default=60, 219 default=60,