log mercurial/dirstate.py @ 4188:dd0d9bd91e0a

age author description
Sat, 10 Mar 2007 23:00:54 -0300 Alexis S. L. Carvalho dirstate.statwalk: explicitly test for ignored directories
Sat, 10 Mar 2007 17:45:32 -0800 Brendan Cully Merge with crew-stable
Sat, 10 Mar 2007 22:03:22 -0300 Alexis S. L. Carvalho statwalk: don't put self.root in the files list
Tue, 06 Mar 2007 17:45:39 -0300 Emanuele Aina Yield directories in dirstate.statwalk()
Tue, 13 Feb 2007 10:25:45 -0200 Alexis S. L. Carvalho merge with crew-stable
Fri, 09 Feb 2007 20:50:41 +0300 Andrei Vermel Fix dirstate fail at drive root on Windows
Fri, 29 Dec 2006 20:04:31 -0600 Matt Mackall symlinks: don't complain about symlinks
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Sat, 09 Dec 2006 18:49:24 +0100 Benoit Boissinot remove unnecessary call to umask
Thu, 09 Nov 2006 21:53:45 +0100 Thomas Arendsen Hein issue228: Fix repositories at the filesystem root (/ or C:\)
Wed, 01 Nov 2006 17:56:55 +0100 Benoit Boissinot issue352: disallow '\n' and '\r' in filenames (dirstate and manifest)
Fri, 27 Oct 2006 14:10:01 -0500 Matt Mackall small refactoring of path normalization in dirstate.statwalk
Fri, 27 Oct 2006 12:09:33 -0500 Matt Mackall Simplify ignore logic in dirstate.walk
Fri, 27 Oct 2006 11:24:10 -0500 Matt Mackall improve walk docstrings
Thu, 26 Oct 2006 23:54:24 -0500 Matt Mackall simplify dirstate walking
Sun, 01 Oct 2006 19:26:33 +0200 Thomas Arendsen Hein Whitespace/Tab cleanup
Mon, 25 Sep 2006 17:53:17 -0500 Matt Mackall dirstate: add copies function
Sun, 20 Aug 2006 01:13:11 -0300 Alexis S. L. Carvalho dirstate.py: when comparing mtimes, use only the integer part.
Fri, 18 Aug 2006 21:03:29 -0700 Vadim Gelfer fix issue 322.
Sat, 12 Aug 2006 12:30:02 -0700 Vadim Gelfer update copyrights.
Wed, 09 Aug 2006 15:03:46 -0500 Matt Mackall Merge manifest refactor work
Sun, 16 Jul 2006 03:14:17 -0500 Matt Mackall Start using manifestflags methods
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
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