.hgignore
author mason@suse.com
Fri, 12 Aug 2005 07:12:08 -0800
changeset 880 409a9a7b0da2
parent 871 c2e77581bc84
child 874 d4cb383e7de7
child 878 781266a78fe1
permissions -rw-r--r--
addremove was not correctly finding removed files when given a list of files to look at. These end up with a src of 'f' from walk() but no longer exist on the filesystem. Index: mine/mercurial/commands.py ===================================================================

\.orig$
\.rej$
~$
\.so$
\.pyc$
\.swp$
\.prof$
^tests/.*\.err$
^build/
^dist/
^doc/.*\.[0-9](\.(x|ht)ml)?$
^MANIFEST$
^\.pc/
^patches/
^mercurial/__version__.py$