.hgignore
author Christian Ebert <blacktrash@gmx.net>
Thu, 11 Oct 2007 13:10:33 +0200
changeset 264 7c637046c0e2
parent 238 e4a389eca1b9
child 424 6a310d6b40c4
permissions -rw-r--r--
walkopts for kwexpand, kwshrink, kwfiles commands kwfiles optionally shows ignored files or all flagged Use pathto method to print kw filenames if possible. Commands abort with meaningful error _weedcandidates renamed to _weedfiles, and only for commands. For kwrepo.commit we could get modified + added from kwrepo.status(match=ui.kwfmatcher) -- but this would mean to read manifest before commit, and again after for expansion.

syntax: glob

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

build/*
MANIFEST