log mercurial/dirstate.py @ 4677:de8ec7e1753a

age author description
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
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: hide internal vars
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall localrepo and dirstate: rename reload to invalidate
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: simplify dirty handling
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: lazify and lambdafy _slash
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: simplify state()
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: move ignore to its own file
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: replace clear()
Mon, 18 Jun 2007 13:24:33 -0500 Matt Mackall dirstate: fold parse into read
Mon, 18 Jun 2007 13:24:33 -0500 Matt Mackall dirstate: make reload lazy
Mon, 18 Jun 2007 13:24:33 -0500 Matt Mackall dirstate: lazify initdirs
Mon, 18 Jun 2007 13:24:33 -0500 Matt Mackall dirstate: lazify copymap, _branch, and _pl
Mon, 18 Jun 2007 13:24:33 -0500 Matt Mackall dirstate: use getattr rather than lazyread
Fri, 08 Jun 2007 23:49:12 -0300 Alexis S. L. Carvalho Add ui.slash hgrc setting
Fri, 08 Jun 2007 23:49:12 -0300 Alexis S. L. Carvalho Add dirstate.pathto and localrepo.pathto.
Tue, 05 Jun 2007 19:55:27 -0300 Alexis S. L. Carvalho Use atomictemp files to write the dirstate.
Sat, 19 May 2007 22:51:43 +0200 Patrick Mezard Merge with crew-stable.
Sat, 19 May 2007 22:47:01 +0200 Patrick Mezard Fix issue 562: .hgignore requires newline at end.
Tue, 24 Apr 2007 12:02:51 -0700 Bryan O'Sullivan When reloading the dirstate, recompute ignore information if needed.
Tue, 24 Apr 2007 12:02:42 -0700 Bryan O'Sullivan dirstate: speed up write by 50%.
Tue, 24 Apr 2007 11:46:15 -0700 Bryan O'Sullivan dirstate: make parents() faster.
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.
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