log mercurial/localrepo.py @ 4392:9770d260a405

age author description
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.
Tue, 10 Apr 2007 14:05:15 -0500 Matt Mackall Merge with stable
Mon, 09 Apr 2007 04:24:17 -0300 Alexis S. L. Carvalho use atomictemp files to write branch.cache
Sat, 24 Mar 2007 02:57:27 -0500 Matt Mackall Merge with crew
Fri, 23 Mar 2007 23:40:25 -0300 Alexis S. L. Carvalho use os.path.islink instead of util.is_link; remove util.is_link
Wed, 21 Mar 2007 23:20:56 -0400 Eric St-Jean Fix localrepo.copy to deal with symbolic links.
Sat, 24 Mar 2007 02:45:08 -0500 Matt Mackall Merge with -stable
Thu, 22 Mar 2007 23:52:50 -0500 Matt Mackall tags: fix abababa case, with test case
Thu, 22 Mar 2007 23:37:44 -0500 Matt Mackall restructure changelog file appending
Thu, 22 Mar 2007 19:52:38 -0500 Matt Mackall revlog: simplify revlog version handling
Fri, 16 Mar 2007 00:45:18 -0300 Alexis S. L. Carvalho Merge with crew-stable
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 19:17:40 -0500 Matt Mackall Merge with -stable
Wed, 14 Mar 2007 19:13:04 -0500 Matt Mackall tags: add --remove
Wed, 14 Mar 2007 18:49:10 -0500 Matt Mackall tags: remove unused variables
Wed, 14 Mar 2007 18:47:29 -0500 Matt Mackall Make the tags algorithm smarter
Wed, 14 Mar 2007 16:40:47 -0500 Matt Mackall Refactor tags code to prepare for improving the algorithm
Wed, 14 Mar 2007 01:26:09 -0500 Matt Mackall Merge with -stable, fix small test failure
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:57 -0300 Alexis S. L. Carvalho change locate to use relglobs by default
Sat, 10 Mar 2007 23:00:55 -0300 Alexis S. L. Carvalho localrepo.walk: if we're walking a specific revision, sort the files
Sat, 10 Mar 2007 17:45:32 -0800 Brendan Cully Merge with crew-stable
Fri, 09 Mar 2007 20:08:13 +0100 Thomas Arendsen Hein merge with crew-stable
Tue, 13 Mar 2007 15:47:55 -0500 Matt Mackall Minor default branch cleanups
Tue, 13 Mar 2007 15:18:10 -0500 Matt Mackall Move branches.cache to branch.cache
Tue, 13 Mar 2007 15:02:33 -0300 Alexis S. L. Carvalho "default" is the default branch name
Sat, 10 Mar 2007 22:03:20 -0300 Alexis S. L. Carvalho Save an absolute path in repo.path
Fri, 09 Mar 2007 19:12:03 +0100 Thomas Arendsen Hein Add a features list to branches.cache to detect caches of old hg versions.