log mercurial/dirstate.py @ 5483:0c43f87baba3 default tip

age author description
Sat, 27 Oct 2007 16:27:55 +0400 Maxim Dounin Fix file-changed-to-dir and dir-to-file commits (issue660). default tip
Fri, 05 Oct 2007 15:01:06 -0700 Bryan O'Sullivan Add osutil module, containing a listdir function.
Mon, 24 Sep 2007 12:41:54 -0500 Matt Mackall dirstate: speed up read and write
Mon, 24 Sep 2007 12:36:38 -0500 Matt Mackall dirstate: make dir collision logic faster
Thu, 23 Aug 2007 01:48:29 -0300 Alexis S. L. Carvalho merge: forcefully mark files that we get from the second parent as dirty
Mon, 06 Aug 2007 01:00:10 -0300 Alexis S. L. Carvalho merge with crew-stable
Sun, 05 Aug 2007 23:04:56 -0300 Alexis S. L. Carvalho dirstate: fix rebuild; add a test
Wed, 01 Aug 2007 12:03:10 -0700 Bryan O'Sullivan dirstate: improve error message on file/directory clash
Thu, 26 Jul 2007 12:02:58 -0500 Matt Mackall dirstate: localize a bunch of methods in status fastpath
Thu, 26 Jul 2007 12:02:58 -0500 Matt Mackall dirstate: speed up sorting in findfiles
Thu, 26 Jul 2007 12:02:58 -0500 Matt Mackall revlog: pass mode to _supported directly
Thu, 26 Jul 2007 12:02:58 -0500 Matt Mackall dirstate: localize a bunch of methods for findfiles
Sat, 21 Jul 2007 16:44:38 -0500 Matt Mackall Merge with crew
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: add doesn't need to call stat
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: get rid of default args for status
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: make filterfiles private
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: add __contains__ and make __getitem__ more useful
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: make wjoin function private
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: break update into separate functions
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: use True and false for _dirty
Thu, 19 Jul 2007 19:43:25 -0300 Alexis S. L. Carvalho dirstate.invalidate: avoid rebuilding _map
Thu, 19 Jul 2007 19:43:25 -0300 Alexis S. L. Carvalho add dirstate._dirtypl variable
Thu, 21 Jun 2007 23:42:06 -0300 Alexis S. L. Carvalho dirstate.status: if a file is marked as copied, consider it modified
Thu, 21 Jun 2007 00:34:14 -0300 Alexis S. L. Carvalho dirstate.invalidate: clear dirty flag
Thu, 21 Jun 2007 00:34:14 -0300 Alexis S. L. Carvalho dirstate: fix typo
Tue, 19 Jun 2007 08:51:34 +0200 Thomas Arendsen Hein Updated copyright notices and add "and others" to "hg version"
Tue, 19 Jun 2007 08:06:37 +0200 Thomas Arendsen Hein Cleanup of whitespace, indentation and line continuation.
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: pull ignore smarts out of ui
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: refactor checkinterfering
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: hide some more internals