Mercurial > hg
view .hgignore @ 933:9c43d68ad59f
Fixed --repository option when handling relative path
When specifying relative path to --repository option, 'log' and
'diff' were unable to find the files specified. Here's the fix.
author | tksoh@users.sf.net |
---|---|
date | Wed, 17 Aug 2005 00:33:53 -0800 |
parents | 01215ad04283 |
children | 4cabedfab66e ffb0665028f0 52d8d81e72ad 4f81068ed8cd |
line wrap: on
line source
\.orig$ \.rej$ ~$ \.so$ \.pyc$ \.swp$ \.prof$ ^tests/.*\.err$ ^build/ ^dist/ ^doc/.*\.[0-9](\.(x|ht)ml)?$ ^MANIFEST$ ^\.pc/ ^patches/ ^mercurial/__version__.py$