.hgignore
author Christian Ebert <blacktrash@gmx.net>
Mon, 26 Apr 2010 04:01:07 +0200
changeset 736 38ef84cc9dd1
parent 450 86c17b3e9100
permissions -rw-r--r--
Support (q)record Monkeypatch hgext.dorecord to trigger keyword expansion. Read data from working directory, not from filelog. Prevent keyword expansion from within record's commitfunc, thereby fixing a bug/inconsistency where files which are clean after recording were overwritten twice.

syntax: glob

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

build/*
MANIFEST