Commit Graph

4 Commits

Author SHA1 Message Date
Thomas Arendsen Hein
50b1410ead Fix broken hgignore tests due to full path showing up in output. 2006-03-26 22:54:05 +02:00
Benoit Boissinot
41566e68ad 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
2005-12-01 10:51:45 -06:00
Benoit Boissinot
9db56d4cdb fix a bug in dirstate.changes when cwd != repo.root
- use lstat instead of stat
- add a testcase (thanks to Johannes Hofmann)
2005-11-02 16:13:41 -08:00
Benoit Boissinot
87e35504f4 add a test for hgignore 2005-10-28 11:03:18 -07:00