.hgignore
author tksoh@users.sourceforge.net
Sat, 06 Aug 2005 07:09:10 +0100
changeset 840 141744605b51
parent 814 0902ffece4b4
child 850 d2bf8b9534b1
child 871 c2e77581bc84
permissions -rw-r--r--
hg status: added options to select files by status. Added options -m, -a, -r and u to select files corresponding to status M, A, R and ? respectively. If none of these options are specified, files of all status will be shown.

\.orig$
\.rej$
~$
\.so$
\.pyc$
\.swp$
^tests/.*\.err$
^build/
^dist/
^doc/.*\.[0-9]$
^MANIFEST$
^\.pc/
^patches/
^mercurial/__version__.py$