.hgignore
author Christian Ebert <blacktrash@gmx.net>
Sat, 25 Aug 2007 15:38:04 +0200
changeset 231 95fa2165e4eb
parent 220 943e1e1ea042
child 238 e4a389eca1b9
permissions -rw-r--r--
Keep names of inherited commands Eases interactive documentation lookup. Except for _parse which moved from cmdutil.parse to dispatch._parse, there prefer most recent name.

syntax: glob

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

build/*
MANIFEST
hgkw/__version__.py