log mercurial/localrepo.py @ 4536:720ae5085ee3

age author description
Sun, 10 Jun 2007 21:16:58 -0500 Matt Mackall commit: fix bug where dirstate for removed file is confused
Sat, 09 Jun 2007 01:04:28 -0300 Alexis S. L. Carvalho Avoid extra filelogs entries.
Sat, 09 Jun 2007 01:04:28 -0300 Alexis S. L. Carvalho Make sure the changelog mentions files whose flags changed
Fri, 08 Jun 2007 23:49:12 -0300 Alexis S. L. Carvalho Add dirstate.pathto and localrepo.pathto.
Wed, 06 Jun 2007 20:22:52 +0200 Thomas Arendsen Hein Removed trailing whitespace and tabs from python files
Wed, 06 Jun 2007 19:05:18 +0200 Thomas Arendsen Hein Issue a warning if "-r ." is used with two working directory parents.
Mon, 04 Jun 2007 00:26:53 -0300 Alexis S. L. Carvalho merge with crew-stable
Mon, 04 Jun 2007 00:24:48 -0300 Alexis S. L. Carvalho use .extend instead of .append in readtags
Fri, 01 Jun 2007 14:07:42 -0500 Matt Mackall Warn about large files on hg add
Thu, 17 May 2007 09:29:30 -0700 Eric Hopper Fix hg import --exact bug that hangs hg on failure.
Tue, 08 May 2007 11:42:48 -0500 Matt Mackall Merge with stable
Tue, 08 May 2007 02:57:05 -0500 Matt Mackall branch.cache: silently ignore I/O and OS errors
Mon, 30 Apr 2007 08:51:59 -0700 Brendan Cully Make rm --after simply mark files as removed, unless --force is also given
Tue, 24 Apr 2007 12:02:51 -0700 Bryan O'Sullivan When reloading the dirstate, recompute ignore information if needed.
Tue, 24 Apr 2007 11:05:39 -0700 Bryan O'Sullivan localrepository.status: only acquire wlock if actually needed.