.hgignore
author Bryan O'Sullivan <bos@serpentine.com>
Wed, 03 Aug 2005 09:10:48 -0800
changeset 837 a95c9b3fc3bf
parent 814 0902ffece4b4
child 850 d2bf8b9534b1
child 871 c2e77581bc84
permissions -rw-r--r--
Fix performance of hg diff. commands.walk has been refactored. commands.walk's behaviour remains as it was, but there is a new function, commands.makewalk. This returns results that can be passed along to other internal code, in our case dodiff.

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