log mercurial/dirstate.py @ 4334:1cc5fc1d0994

age author description
Mon, 09 Apr 2007 04:57:25 -0300 Alexis S. L. Carvalho Merge with crew-stable.
Mon, 09 Apr 2007 04:24:17 -0300 Alexis S. L. Carvalho use atomictemp files to write the dirstate
Tue, 20 Mar 2007 22:21:05 -0300 Alexis S. L. Carvalho Merge additional fixes for my matcher changes
Tue, 20 Mar 2007 22:09:53 -0300 Alexis S. L. Carvalho Pass normalized directory names to the ignore function
Fri, 16 Mar 2007 00:45:18 -0300 Alexis S. L. Carvalho Merge with crew-stable
Fri, 16 Mar 2007 00:22:58 -0300 Alexis S. L. Carvalho Fix handling of paths when run outside the repo.
Fri, 16 Mar 2007 00:22:57 -0300 Alexis S. L. Carvalho pass repo.root to util.pathto() in preparation for the next patch
Wed, 14 Mar 2007 01:26:09 -0500 Matt Mackall Merge with -stable, fix small test failure
Tue, 13 Mar 2007 18:50:02 -0500 Matt Mackall Move branch read/write to dirstate where it belongs
Sat, 10 Mar 2007 23:21:33 -0300 Alexis S. L. Carvalho Merge a bunch of matcher and locate fixes.
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.