mercurial/dirstate.py
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Thu, 31 Dec 2009 17:19:30 -0600 Augie Fackler dirstate: don't check state of subrepo directories
Sun, 27 Dec 2009 23:24:05 +0100 Martin Geisler dirstate: improve docstring formatting
Sat, 31 Oct 2009 16:56:58 +0100 Benoit Boissinot remove unused imports
Mon, 19 Oct 2009 22:19:28 +0300 Alexander Solovyov make path expanding more consistent
Thu, 01 Oct 2009 15:36:45 -0400 Greg Ward dirstate: add/improve method docstrings.
Thu, 01 Oct 2009 17:17:52 +0200 Adrian Buehlmann dirstate: kill dirstate.granularity config option
Sat, 22 Aug 2009 10:25:50 +0200 Dirkjan Ochtman merge with crew-stable
Fri, 21 Aug 2009 14:17:23 +0200 Adrian Buehlmann dirstate.write: don't ignore stat data if mtime is in the future (issue1790)
Wed, 05 Aug 2009 22:51:30 -0700 Brendan Cully Backed out changeset 26fa0e31011d.
Sun, 26 Jul 2009 18:02:06 +0200 Dan Villiom Podlaski Christiansen dirstate: fold paths using the just added util.realpath() function.
Sat, 13 Jun 2009 22:42:16 +0200 Patrick Mezard dirstate: fix typo introduced by 3507f6c7715c
Mon, 08 Jun 2009 18:14:44 -0500 Matt Mackall dirstate: eliminate reference cycle from normalize
Thu, 04 Jun 2009 16:21:09 -0500 Matt Mackall dirstate: don't complain about 0-length files
Mon, 01 Jun 2009 20:25:01 -0500 Matt Mackall dirstate: more accurate use of match.dir callback
Sun, 31 May 2009 17:54:18 -0500 Matt Mackall match: fold plan cases down to two special cases
Sun, 31 May 2009 17:54:18 -0500 Matt Mackall walk: refactor walk plan
Sun, 31 May 2009 17:54:18 -0500 Matt Mackall walk: use match.bad callback for filetype messages
Sun, 31 May 2009 17:54:18 -0500 Matt Mackall match: ignore return of match.bad
Sun, 31 May 2009 17:54:18 -0500 Matt Mackall walk: simplify logic for badfn clause
Sun, 31 May 2009 17:54:18 -0500 Matt Mackall walk: we always have a badfn
Sun, 31 May 2009 17:54:18 -0500 Matt Mackall walk: simplify check for missing file
Wed, 27 May 2009 23:39:41 +0200 Martin Geisler dirstate: fixed typo in comment
Mon, 25 May 2009 12:48:15 -0500 Matt Mackall dirstate: notice truncated parents read
Thu, 14 May 2009 19:54:26 +0200 Simon Heimberg dirstate: skip step 3 in walk if nothing new will match
Thu, 14 May 2009 10:50:45 +0200 Simon Heimberg dirstate: set more states in step 1 of walk
Thu, 14 May 2009 19:47:52 +0200 Simon Heimberg dirstate: use quicker matchfn() instead of match() everywhere
Tue, 28 Apr 2009 17:40:46 +0200 Simon Heimberg separate import lines from mercurial and general python modules
Fri, 08 May 2009 07:54:00 +0200 Simon Heimberg dirstate: translate forgotten string
Wed, 29 Apr 2009 20:47:18 -0500 Matt Mackall dirstate: use propertycache
Sun, 26 Apr 2009 01:13:08 +0200 Martin Geisler put license and copyright info into comment blocks
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace util.sort with sorted built-in
Wed, 22 Apr 2009 00:56:06 +0200 Martin Geisler util: use built-in set instead of util.unique
Sun, 04 Jan 2009 21:32:40 +0100 Patrick Mezard mq: drop copy records when refreshing regular patches (issue1441)
Tue, 28 Oct 2008 19:25:26 +0100 Benoit Boissinot remove unused variables
Sat, 18 Oct 2008 16:30:50 +0200 Dirkjan Ochtman get rid of semi-colon introduced in 16bafcebd3d1
Sat, 18 Oct 2008 04:26:06 -0500 Matt Mackall dirstate: always add times to map as integers
Thu, 09 Oct 2008 10:29:47 -0400 Petr Kodl Take advantage of fstat calls clustering per directory if OS support it.
Wed, 15 Oct 2008 14:52:27 +0200 Benoit Boissinot dirstate.walk: skip unreadable directories (issue1213)
Wed, 15 Oct 2008 01:14:29 +0200 Benoit Boissinot dirstate._dirs: fix refcounting broken by 7dfac37cfabf
Sun, 12 Oct 2008 15:21:08 -0500 Matt Mackall dirstate: C parsing extension
Tue, 30 Sep 2008 17:23:08 -0400 Petr Kodl Eliminate normpath from foldmap calls.
Tue, 30 Sep 2008 17:23:08 -0400 Petr Kodl issue 1286: dirstat regression on case folding systems
Sat, 13 Sep 2008 10:46:47 -0500 Matt Mackall listdir: add support for aborting if a certain path is found
Fri, 12 Sep 2008 19:57:07 -0500 Matt Mackall dirstate: improve performance for building _dirs
Wed, 10 Sep 2008 22:54:28 +0200 Benoit Boissinot dirstate: use the right variable (f, not ff)
Mon, 08 Sep 2008 13:07:00 +0200 Peter Ruibal use Exception(args)-style raising consistently (py3k compatibility)
Tue, 02 Sep 2008 22:04:09 +0200 Benoit Boissinot make normalize() work when cwd != repo.root
Sat, 02 Aug 2008 19:34:50 +0400 Andrei Vermel Fix normalize fail on non-lowercase filename (Issue1273)
Tue, 02 Sep 2008 17:32:07 +0200 Benoit Boissinot dirstate: explain why appending instead of os.path.join() is safe
Tue, 02 Sep 2008 15:12:50 +0200 Benoit Boissinot performance: normalize self._root, avoid calling os.path.join() in dirstate
Tue, 02 Sep 2008 15:08:26 +0200 Benoit Boissinot performance: do not stat() things when not required
Tue, 22 Jul 2008 13:03:31 -0500 Matt Mackall dirstate.walk: speed up calling match function
Tue, 22 Jul 2008 13:03:29 -0500 Matt Mackall dirstate.walk: reduce sorting in step 3
Tue, 22 Jul 2008 13:03:25 -0500 Matt Mackall dirstate.walk: inline imatch
Tue, 22 Jul 2008 13:03:24 -0500 Matt Mackall dirstate.walk: more cleanups
Tue, 22 Jul 2008 13:03:23 -0500 Matt Mackall dirstate.walk: fold in _supported
Tue, 22 Jul 2008 13:03:21 -0500 Matt Mackall dirstate.walk: build a dict rather than yield
Tue, 22 Jul 2008 13:03:20 -0500 Matt Mackall dirstate.walk: minor cleanups
less more (0) -100 -60 tip