##// 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 146 converting from and to Mercurial. Default is False.
147 147
148 148 :convert.hg.saverev: store original revision ID in changeset
149 (forces target IDs to change). It takes and boolean argument
150 and defaults to False.
149 (forces target IDs to change). It takes a boolean argument and
150 defaults to False.
151 151
152 152 :convert.hg.startrev: convert start revision and its descendants.
153 153 It takes a hg revision identifier and defaults to 0.
@@ -132,7 +132,7 b''
132 132 Mercurial. Default is False.
133 133 convert.hg.saverev
134 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 136 convert.hg.startrev
137 137 convert start revision and its descendants. It takes a hg
138 138 revision identifier and defaults to 0.
General Comments 0
You need to be logged in to leave comments. Login now