comparison tests/test-convert.t @ 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 d0abd7949ea3
children 2dfc22620a54
comparison
equal deleted inserted replaced
38571:30a027c0e327 38572:85da230c316a
145 False. 145 False.
146 convert.hg.startrev 146 convert.hg.startrev
147 specify the initial Mercurial revision. The default is 0. 147 specify the initial Mercurial revision. The default is 0.
148 convert.hg.revs 148 convert.hg.revs
149 revset specifying the source revisions to convert. 149 revset specifying the source revisions to convert.
150
151 Bazaar Source
152 #############
153
154 The following options can be used with "--config":
155
156 convert.bzr.saverev
157 whether to store the original Bazaar commit ID in the
158 metadata of the destination commit. The default is True.
150 159
151 CVS Source 160 CVS Source
152 ########## 161 ##########
153 162
154 CVS source will use a sandbox (i.e. a checked-out copy) from CVS to 163 CVS source will use a sandbox (i.e. a checked-out copy) from CVS to