.hgignore
author Christian Ebert <blacktrash@gmx.net>
Thu, 09 Jul 2009 11:59:12 +0200
changeset 611 c50f56b5f4b8
parent 450 86c17b3e9100
permissions -rw-r--r--
Eliminate potential reference cycles from kwrepo - delete kwrepo.commitctx after using the tweaked version - prefer self.hook over repo.hook to avoid nesting Also pass arguments to commit as arbitrary list. Thanks to Simon Heimberg and Matt Mackall for guidance.

syntax: glob

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

build/*
MANIFEST