log mercurial/dirstate.py @ 1514:faf46d810a85

age author description
Tue, 08 Nov 2005 10:34:50 -0800 Benoit Boissinot use self.{w,}join when possible
Wed, 02 Nov 2005 16:13:41 -0800 Benoit Boissinot fix a bug in dirstate.changes when cwd != repo.root
Wed, 02 Nov 2005 16:08:48 -0800 Benoit Boissinot only files in normal state should be marked as deleted
Wed, 02 Nov 2005 15:46:31 -0800 Benoit Boissinot fix handling of files of unsupported type in the walk code
Fri, 28 Oct 2005 10:57:40 -0700 Benoit Boissinot fix dirstate.change: it should walk ignored files
Thu, 27 Oct 2005 13:29:35 -0700 Benoit Boissinot rewrote changes function in dirstate to use generic walk code
Tue, 18 Oct 2005 18:38:39 -0700 Benoit Boissinot i18n part2: use '_' for all strings who are part of the user interface