changeset 8010:58ba4b86ae13

convert: align option types in help text
author Martin Geisler <mg@daimi.au.dk>
date Sun, 05 Apr 2009 13:20:30 +0200
parents 76e4c08a48ad
children 25b63941b17b
files hgext/convert/__init__.py tests/test-convert.out
diffstat 2 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/convert/__init__.py	Sun Apr 05 05:12:43 2009 -0300
+++ b/hgext/convert/__init__.py	Sun Apr 05 13:20:30 2009 +0200
@@ -88,11 +88,11 @@
     Mercurial Source
     -----------------
 
-    --config convert.hg.ignoreerrors=False (boolean)
+    --config convert.hg.ignoreerrors=False    (boolean)
         ignore integrity errors when reading. Use it to fix Mercurial
         repositories with missing revlogs, by converting from and to
         Mercurial.
-    --config convert.hg.saverev=False          (boolean)
+    --config convert.hg.saverev=False         (boolean)
         store original revision ID in changeset (forces target IDs to
         change)
     --config convert.hg.startrev=0            (hg revision identifier)
@@ -123,7 +123,7 @@
     Internal cvsps is selected by setting
         --config convert.cvsps=builtin
     and has a few more configurable options:
-        --config convert.cvsps.fuzz=60   (integer)
+        --config convert.cvsps.fuzz=60        (integer)
             Specify the maximum time (in seconds) that is allowed
             between commits with identical user and log message in a
             single changeset. When very large files were checked in as
@@ -187,7 +187,7 @@
     It is possible to limit the amount of source history to be
     converted by specifying an initial Perforce revision.
 
-    --config convert.p4.startrev=0           (perforce changelist number)
+    --config convert.p4.startrev=0            (perforce changelist number)
         specify initial Perforce revision.
 
 
--- a/tests/test-convert.out	Sun Apr 05 05:12:43 2009 -0300
+++ b/tests/test-convert.out	Sun Apr 05 13:20:30 2009 +0200
@@ -73,11 +73,11 @@
     Mercurial Source
     -----------------
 
-    --config convert.hg.ignoreerrors=False (boolean)
+    --config convert.hg.ignoreerrors=False    (boolean)
         ignore integrity errors when reading. Use it to fix Mercurial
         repositories with missing revlogs, by converting from and to
         Mercurial.
-    --config convert.hg.saverev=False          (boolean)
+    --config convert.hg.saverev=False         (boolean)
         store original revision ID in changeset (forces target IDs to
         change)
     --config convert.hg.startrev=0            (hg revision identifier)
@@ -108,7 +108,7 @@
     Internal cvsps is selected by setting
         --config convert.cvsps=builtin
     and has a few more configurable options:
-        --config convert.cvsps.fuzz=60   (integer)
+        --config convert.cvsps.fuzz=60        (integer)
             Specify the maximum time (in seconds) that is allowed
             between commits with identical user and log message in a
             single changeset. When very large files were checked in as
@@ -172,7 +172,7 @@
     It is possible to limit the amount of source history to be
     converted by specifying an initial Perforce revision.
 
-    --config convert.p4.startrev=0           (perforce changelist number)
+    --config convert.p4.startrev=0            (perforce changelist number)
         specify initial Perforce revision.