.hgignore
author Christian Ebert <blacktrash@gmx.net>
Fri, 19 Oct 2007 16:09:56 +0200
changeset 280 2088e409d360
parent 238 e4a389eca1b9
child 424 6a310d6b40c4
permissions -rw-r--r--
Revert to using status for kw-commands cmdutil.bail_if_changed has to call status stat'ing working dir. This renders the whole walk experiment mute, duh. On the upside kwexpand/kwshrink can be applied to selected clean files, while there are local changes in other files. bail_if_changed compatibility wrapper not needed anymore.

syntax: glob

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

build/*
MANIFEST