.hgignore
author Christian Ebert <blacktrash@gmx.net>
Fri, 05 Feb 2010 16:50:31 +0000
branchstable
changeset 676 c15f0019c15b
parent 450 86c17b3e9100
permissions -rw-r--r--
Fix utcdate filter So far the utcdate filter only omitted the timezone, now it actually converts to utc. Thanks to Kevin Grover for pointing out the issue.

syntax: glob

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

build/*
MANIFEST