comparison tests/test-hgignore @ 1491:91c0e8d7ddcf

fix a bug in dirstate.changes when cwd != repo.root - use lstat instead of stat - add a testcase (thanks to Johannes Hofmann)
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Wed, 02 Nov 2005 16:13:41 -0800
parents e6dd91a88b57
children 1d7d0c07e8f3
comparison
equal deleted inserted replaced
1490:c3ffdb2c4091 1491:91c0e8d7ddcf
38 echo "relglob:syntax*" > .hgignore 38 echo "relglob:syntax*" > .hgignore
39 echo "--" ; hg status 39 echo "--" ; hg status
40 40
41 echo "relglob:*" > .hgignore 41 echo "relglob:*" > .hgignore
42 echo "--" ; hg status 42 echo "--" ; hg status
43
44 cd dir
45 echo "--" ; hg status