.hgignore
author Christian Ebert <blacktrash@gmx.net>
Wed, 01 Jul 2009 17:34:39 +0200
changeset 600 b40e7861defd
parent 450 86c17b3e9100
permissions -rw-r--r--
Make repo.commit use a custom commitctx wrapper This avoids forcing the dirstate of overwritten files to normal during a commit. Thanks to Dan Villiom Podlaski Christiansen for the idea of a "double wrapper", so other extensions can still wrap repo.commitctx safely.

syntax: glob

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

build/*
MANIFEST