##// END OF EJS Templates
convert: fixed typo in docstring
Martin Geisler -
r9086:f459f09b default
parent child Browse files
Show More
@@ -107,7 +107,7 b' def convert(ui, src, dest=None, revmapfi'
107 107 instance) move code in one repository from "default" to a named branch.
108 108
109 109 Mercurial Source
110 -----------------
110 ----------------
111 111
112 112 --config convert.hg.ignoreerrors=False (boolean)
113 113 ignore integrity errors when reading. Use it to fix Mercurial
@@ -91,7 +91,7 b' convert a foreign SCM repository to a Me'
91 91 instance) move code in one repository from "default" to a named branch.
92 92
93 93 Mercurial Source
94 -----------------
94 ----------------
95 95
96 96 --config convert.hg.ignoreerrors=False (boolean)
97 97 ignore integrity errors when reading. Use it to fix Mercurial
General Comments 0
You need to be logged in to leave comments. Login now