convert: fixed typo in docstring
authorMartin Geisler <mg@lazybytes.net>
Wed, 08 Jul 2009 23:12:40 +0200
changeset 9086 f459f09b4214
parent 9085 4858f2cacb4d
child 9087 f48454a279b9
convert: fixed typo in docstring
hgext/convert/__init__.py
tests/test-convert.out
--- a/hgext/convert/__init__.py	Wed Jul 08 17:03:50 2009 -0700
+++ b/hgext/convert/__init__.py	Wed Jul 08 23:12:40 2009 +0200
@@ -107,7 +107,7 @@
     instance) move code in one repository from "default" to a named branch.
 
     Mercurial Source
-    -----------------
+    ----------------
 
     --config convert.hg.ignoreerrors=False    (boolean)
         ignore integrity errors when reading. Use it to fix Mercurial
--- a/tests/test-convert.out	Wed Jul 08 17:03:50 2009 -0700
+++ b/tests/test-convert.out	Wed Jul 08 23:12:40 2009 +0200
@@ -91,7 +91,7 @@
     instance) move code in one repository from "default" to a named branch.
 
     Mercurial Source
-    -----------------
+    ----------------
 
     --config convert.hg.ignoreerrors=False    (boolean)
         ignore integrity errors when reading. Use it to fix Mercurial