.hgignore
author Christian Ebert <blacktrash@gmx.net>
Tue, 29 Jan 2008 17:32:10 +0100
changeset 353 159bf80a4301
parent 238 e4a389eca1b9
child 424 6a310d6b40c4
permissions -rw-r--r--
Refactor overriding wread, wwrite, wwritedata repo methods - restrict consistently to reading/writing in working dir - no cludgy sys.argv parsing anymore Eases collaboration with other extensions, or external tools like TortoiseHg. Changes in behaviour: - hg cat does not expand; will be implemented with new kwcat command - no expansion in web /display/, only in downloaded archives Thanks to Jesse Glick for inciting this approach.

syntax: glob

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

build/*
MANIFEST