##// END OF EJS Templates
convert: fix typo
Eli Carter -
r15300:c2a75faf stable
parent child Browse files
Show More
@@ -146,8 +146,8 b' def convert(ui, src, dest=None, revmapfi'
146 converting from and to Mercurial. Default is False.
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 (forces target IDs to change). It takes and boolean argument
149 (forces target IDs to change). It takes a boolean argument and
150 and defaults to False.
150 defaults to False.
151
151
152 :convert.hg.startrev: convert start revision and its descendants.
152 :convert.hg.startrev: convert start revision and its descendants.
153 It takes a hg revision identifier and defaults to 0.
153 It takes a hg revision identifier and defaults to 0.
@@ -132,7 +132,7 b''
132 Mercurial. Default is False.
132 Mercurial. Default is False.
133 convert.hg.saverev
133 convert.hg.saverev
134 store original revision ID in changeset (forces target IDs to
134 store original revision ID in changeset (forces target IDs to
135 change). It takes and boolean argument and defaults to False.
135 change). It takes a boolean argument and defaults to False.
136 convert.hg.startrev
136 convert.hg.startrev
137 convert start revision and its descendants. It takes a hg
137 convert start revision and its descendants. It takes a hg
138 revision identifier and defaults to 0.
138 revision identifier and defaults to 0.
General Comments 0
You need to be logged in to leave comments. Login now