log mercurial/dirstate.py @ 2671:82864a2eb709

age author description
Tue, 25 Jul 2006 21:22:56 +0200 Benoit Boissinot self.root == '/': prefix length computation out of the loop
Tue, 25 Jul 2006 11:09:17 -0700 Gil Fix dirstate.walkhelper removing first char of nd when self.root == '/'.
Thu, 20 Jul 2006 16:21:07 -0700 Vadim Gelfer status: add -c (clean) and -A (all files) options
Fri, 23 Jun 2006 08:09:48 +0200 Benoit Boissinot simplify filterfiles when filtering based on a directory
Fri, 23 Jun 2006 00:11:53 +0200 Brendan Cully filterfiles: Search as long as the target is a prefix of current.
Tue, 20 Jun 2006 23:58:21 -0700 Vadim Gelfer use demandload more.
Fri, 16 Jun 2006 12:58:24 -0700 Vadim Gelfer replace os.stat with os.lstat in some where.
Tue, 13 Jun 2006 14:56:01 -0700 Vadim Gelfer dirstate: fix call to os.lstat when st is None
Mon, 12 Jun 2006 22:09:50 -0700 Vadim Gelfer dirstate.read: make 15% faster.
Mon, 12 Jun 2006 09:36:23 -0700 Vadim Gelfer dirstate: speed up inner loop of read.
Sun, 04 Jun 2006 02:25:27 +0200 Benoit Boissinot dirstate: refactor the dirstate binary format, remove magic numbers
Thu, 13 Apr 2006 13:46:05 -0700 Vadim Gelfer benoit asked for comment to make avoid of recursive repo clearer.
Thu, 13 Apr 2006 12:44:40 -0700 Vadim Gelfer merge with crew.
Fri, 31 Mar 2006 17:00:09 -0800 Vadim Gelfer support nested repositories.
Mon, 03 Apr 2006 10:02:09 -0700 Vadim Gelfer small changes to revert command.
Wed, 29 Mar 2006 22:58:34 +0200 Thomas Arendsen Hein New option -i/--ignored for 'hg status' to show ignored files.
Sun, 26 Mar 2006 22:32:44 +0200 Thomas Arendsen Hein Don't ignore everything if all hgignore files are empty.
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