.hgignore
author Christian Ebert <blacktrash@gmx.net>
Thu, 08 Nov 2007 12:59:43 +0100
branch0.9.2compat
changeset 291 acd3fba02a50
parent 238 e4a389eca1b9
child 424 6a310d6b40c4
permissions -rw-r--r--
(0.9.2compat) avoid dispatch import, revert to simple argument parser Make nokwcommands a tuple as long as it's private. No need to import fancyopts, as we use own w/o bug. Clean overriding of findcmd. We only need simple argument parsing for command. No expensive dispatch import, also avoids potential clashes with invasive RuleDispatch (setuptools).

syntax: glob

*.pyc
*.pyo
*~
*.swp
*.orig
*.rej

build/*
MANIFEST