comparison tests/test-hgignore @ 1568:1d7d0c07e8f3

make all commands be repo-wide by default - refactor code in commands.py so that: if no pattern is given, the command will be repo-wide else it will work on the working dir - update the doc - fix the tests
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Thu, 01 Dec 2005 10:51:45 -0600
parents 91c0e8d7ddcf
children 182f500805db
comparison
equal deleted inserted replaced
1567:b4956bbbadc9 1568:1d7d0c07e8f3
40 40
41 echo "relglob:*" > .hgignore 41 echo "relglob:*" > .hgignore
42 echo "--" ; hg status 42 echo "--" ; hg status
43 43
44 cd dir 44 cd dir
45 echo "--" ; hg status 45 echo "--" ; hg status .