.hgignore
author Bryan O'Sullivan <bos@serpentine.com>
Thu, 15 Sep 2005 00:04:29 -0700
changeset 1257 fe7fbfdb066d
parent 981 4f81068ed8cd
child 1270 fc3b41570082
permissions -rw-r--r--
Clamp negative rev numbers at zero. Prior to this change, trying to run "hg log -r -50:" in a repo with less than 50 changes caused an error. Now that we clamp at zero: no more error.

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