.hgignore
author Christian Ebert <blacktrash@gmx.net>
Tue, 15 Jan 2008 13:19:23 +0100
changeset 340 9e9f6cbcf20b
parent 238 e4a389eca1b9
child 424 6a310d6b40c4
permissions -rw-r--r--
Implement support for mq; handle (q)record more gracefully mq: Ensure that expanded keywords do not make it into patches. - disable expansion when reading filelog - shrink expanded keywords when reading from working dir (wread) (q)record: Avoid additional hunks due to expanded keywords. However this is still a compromise, as keyword expansions are not updated in working directory because record should not overwrite files. Mention above shortcomings and "hg kwexpand" workaround in help and update test output. system argument parsing: Command detection might be slightly more expensive with dispatch._parse, but we will need this for improving "hg diff" output.

syntax: glob

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

build/*
MANIFEST