log mercurial/dirstate.py @ 2338:391c5d0f9ef3

age author description
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
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
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
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.
Sat, 17 Sep 2005 00:37:14 -0700 Bryan O'Sullivan Fix ignore regression.
Sat, 17 Sep 2005 00:27:27 -0700 Bryan O'Sullivan Switch to new syntax for .hgignore files.
Sat, 17 Sep 2005 00:23:19 -0700 Bryan O'Sullivan Fix performance of dirstate.changes with ignored directories.
Wed, 14 Sep 2005 15:50:31 -0500 Chris Mason Files not getting added appropiately
Fri, 09 Sep 2005 12:17:51 -0700 mpm dirstate: two more stat -> lstat changes
Fri, 09 Sep 2005 11:46:35 -0700 mpm Fix dangling symlink bug in dirstate walk code
Thu, 08 Sep 2005 15:01:33 -0700 mpm Fix Windows status problem from new dirstate walk code
Thu, 01 Sep 2005 07:34:53 -0700 mason Optimize dirstate walking
Sat, 27 Aug 2005 22:04:17 -0700 mpm fix some rename/copy bugs
Sat, 27 Aug 2005 16:42:03 -0700 mpm Fix dirstate imports
Sat, 27 Aug 2005 14:59:25 -0700 mpm Adjust some imports
Sat, 27 Aug 2005 14:21:25 -0700 mpm Break apart hg.py base mercurial/hg.py@79bd2e105677