log mercurial/dirstate.py @ 1471:f56f38a1a85f

age author description
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
Tue, 18 Oct 2005 18:37:48 -0700 Benoit Boissinot i18n first part: make '_' available for files who need it
Tue, 18 Oct 2005 00:45:27 -0700 Benoit Boissinot check if a file is ignored before complaining if it is an unsupported type
Tue, 18 Oct 2005 00:43:19 -0700 Matt Mackall dirstate: make sure we read the dirstate before setting parents
Sat, 15 Oct 2005 15:43:40 -0700 Benoit Boissinot add a check for filetype when walking
Sun, 18 Sep 2005 15:03:07 -0700 Bryan O'Sullivan Fix dirstate.changes for ignored directories.