log mercurial/dirstate.py @ 2006:ff8b39daa930

age author description
Sat, 25 Mar 2006 10:31:06 +0100 Thomas Arendsen Hein Show reason why an ignore file can't be read and state that it is skipped.
Sat, 25 Mar 2006 10:12:23 +0100 mcmillen On error parsing hgignore file, print the correct filename.
Sat, 25 Mar 2006 10:02:39 +0100 mcmillen Add warning if user-configured hgignore file isn't found
Fri, 24 Mar 2006 20:18:02 +0100 mcmillen Implementation of per-user .hgignore.
Thu, 23 Feb 2006 02:17:08 +0100 Benoit Boissinot only write the dirstate when something changed
Mon, 20 Feb 2006 19:04:56 +0100 Benoit Boissinot add 'debugrebuildstate' to rebuild the dirstate from a given revision
Sun, 19 Feb 2006 19:43:03 +0100 Benoit Boissinot fix warnings from pychecker (unused variables and shadowing)
Thu, 12 Jan 2006 12:22:28 +0100 Thomas Arendsen Hein Make localrepo.changes() internally distinguish between removed and deleted.
Mon, 02 Jan 2006 15:48:16 -0800 Vadim Gelfer if hgignore contains errors, print message that is not confusing.
Thu, 01 Dec 2005 10:48:29 -0600 Benoit Boissinot Re: [PATCH 2 of 3] remove walk warning about nonexistent files
Thu, 01 Dec 2005 10:48:18 -0600 Christian Boos Fix walkhelper on windows.
Fri, 18 Nov 2005 22:48:47 -0800 Eric Hopper Convert all classes to new-style classes by deriving them from object.
Mon, 14 Nov 2005 03:59:35 +0200 twaldmann fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX
Fri, 11 Nov 2005 15:34:06 -0800 Benoit Boissinot add dirstate.lazyread, write atomically the dirstate
Fri, 11 Nov 2005 15:33:08 -0800 Benoit Boissinot don't print anything about file of unsupported type unless