##// END OF EJS Templates
convert: document convert.hg.startrev
Matt Harbison -
r25880:6fb55c6c stable
parent child Browse files
Show More
@@ -192,6 +192,9 b' def convert(ui, src, dest=None, revmapfi'
192 (forces target IDs to change). It takes a boolean argument and
192 (forces target IDs to change). It takes a boolean argument and
193 defaults to False.
193 defaults to False.
194
194
195 :convert.hg.startrev: specify the initial Mercurial revision.
196 The default is 0.
197
195 :convert.hg.revs: revset specifying the source revisions to convert.
198 :convert.hg.revs: revset specifying the source revisions to convert.
196
199
197 CVS Source
200 CVS Source
@@ -143,6 +143,8 b''
143 store original revision ID in changeset (forces target IDs
143 store original revision ID in changeset (forces target IDs
144 to change). It takes a boolean argument and defaults to
144 to change). It takes a boolean argument and defaults to
145 False.
145 False.
146 convert.hg.startrev
147 specify the initial Mercurial revision. The default is 0.
146 convert.hg.revs
148 convert.hg.revs
147 revset specifying the source revisions to convert.
149 revset specifying the source revisions to convert.
148
150
General Comments 0
You need to be logged in to leave comments. Login now