diff __init__.py @ 179:a336e3e82648

Fetch: add a filemap argument for use in converting old repositories to Mercurial.
author Graham Booker <gbooker@cod3r.com>
date Sat, 03 Jan 2009 20:15:03 -0600
parents 3cd6a7354207
children 57355b0e7bd1
line wrap: on
line diff
--- a/__init__.py
+++ b/__init__.py
@@ -45,6 +45,7 @@ cmdtable = {
          [('u', 'svn-url', '', 'Path to the Subversion server.'),
           ('', 'stupid', False, 'Be stupid and use diffy replay.'),
           ('A', 'authors', '', 'username mapping filename'),
+          ('', 'filemap', '', 'remap file to exclude paths or include only certain paths'),
           ],
          svncommand.generate_help(),
          ),
@@ -54,6 +55,7 @@ cmdtable = {
           ('', 'stupid', False, 'Be stupid and use diffy replay.'),
           ('T', 'tag-locations', 'tags', 'Relative path to Subversion tags.'),
           ('A', 'authors', '', 'username mapping filename'),
+          ('', 'filemap', '', 'remap file to exclude paths or include only certain paths'),
          ],
          'hg svnclone source [dest]'),
 }