##// END OF EJS Templates
convert: fix typos in docstring
Wagner Bruna -
r13429:0079fb98 stable
parent child Browse files
Show More
@@ -145,7 +145,7 b' def convert(ui, src, dest=None, revmapfi'
145 145 Use it to fix Mercurial repositories with missing revlogs, by
146 146 converting from and to Mercurial. Default is False.
147 147
148 :convert.hg.saverev: store original. revision ID in changeset
148 :convert.hg.saverev: store original revision ID in changeset
149 149 (forces target IDs to change). It takes and boolean argument
150 150 and defaults to False.
151 151
@@ -249,7 +249,7 b' def convert(ui, src, dest=None, revmapfi'
249 249 It is possible to limit the amount of source history to be
250 250 converted by specifying an initial Perforce revision:
251 251
252 :convert.p4.startrev: specify initial Perforce revision, a
252 :convert.p4.startrev: specify initial Perforce revision (a
253 253 Perforce changelist number).
254 254
255 255 Mercurial Destination
@@ -264,7 +264,7 b' def convert(ui, src, dest=None, revmapfi'
264 264 ``default``.
265 265
266 266 :convert.hg.usebranchnames: preserve branch names. The default is
267 True
267 True.
268 268 """
269 269 return convcmd.convert(ui, src, dest, revmapfile, **opts)
270 270
General Comments 0
You need to be logged in to leave comments. Login now