diff __init__.py @ 199:91db8fc049b0

Add a genignore utility command that generates an hgignore file by scraping svn:ignore properties.
author Augie Fackler <durin42@gmail.com>
date Tue, 24 Feb 2009 14:30:21 -0600
parents 57355b0e7bd1
children d06572495c5e
line wrap: on
line diff
--- a/__init__.py
+++ b/__init__.py
@@ -63,6 +63,7 @@ cmdtable = {
           ('A', 'authors', '', 'username mapping filename'),
           ('', 'filemap', '',
            'remap file to exclude paths or include only certain paths'),
+          ('', 'force', False, 'force an operation to happen'),
           ],
          svncommand.generate_help(),
          ),