changeset 9086:f459f09b4214

convert: fixed typo in docstring
author Martin Geisler <mg@lazybytes.net>
date Wed, 08 Jul 2009 23:12:40 +0200
parents 4858f2cacb4d
children f48454a279b9
files hgext/convert/__init__.py tests/test-convert.out
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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