log mercurial/localrepo.py @ 3468:0e68608bd11d

age author description
Thu, 19 Oct 2006 14:16:51 +0200 Benoit Boissinot use xrange instead of range
Wed, 18 Oct 2006 10:46:51 -0500 Matt Mackall If we can't write the branch cache, fail quietly.
Wed, 18 Oct 2006 09:26:23 +0200 Benoit Boissinot invalidate the branch cache when sanity check fails
Sat, 09 Sep 2006 18:25:07 -0700 Eric Hopper Stop erroring out pull -r and clone -r if repository isn't local.
Wed, 18 Oct 2006 02:08:33 -0500 Matt Mackall Improve branch cache sanity check for mq
Tue, 17 Oct 2006 22:26:14 -0500 Matt Mackall commit: read branch with workingctx
Tue, 17 Oct 2006 22:09:56 -0500 Matt Mackall branchtags: use changectx
Tue, 17 Oct 2006 18:32:00 -0500 Matt Mackall Add branch support to commit
Tue, 17 Oct 2006 18:31:56 -0500 Matt Mackall Make lookup aware of branch labels
Tue, 17 Oct 2006 18:31:18 -0500 Matt Mackall Add branchtags function with cache
Thu, 12 Oct 2006 19:26:06 -0300 Alexis S. L. Carvalho rawcommit: add removed files to the changelog file list
Tue, 10 Oct 2006 18:43:20 -0300 Alexis S. L. Carvalho ui.py: remove revlogopts and (unused) diffcache variables
Tue, 10 Oct 2006 09:30:05 +0200 Thomas Arendsen Hein merge with upstream
Mon, 09 Oct 2006 14:02:01 -0500 Matt Mackall commit: unify file-level commit code
Tue, 10 Oct 2006 00:02:30 +0200 Benoit Boissinot fix localrepo.status when dealing with x-bit changes
Sun, 08 Oct 2006 20:18:59 -0500 Matt Mackall Use filelog.cmp in checkfilemerge
Sun, 08 Oct 2006 19:57:45 -0500 Matt Mackall merge: remember rename copies and parents properly on commit
Tue, 03 Oct 2006 12:14:33 -0700 Brendan Cully Merge with upstream
Tue, 03 Oct 2006 01:21:46 -0500 Matt Mackall merge: use new working context object in update
Sun, 01 Oct 2006 19:26:33 +0200 Thomas Arendsen Hein Whitespace/Tab cleanup
Fri, 29 Sep 2006 15:56:36 -0500 Matt Mackall localrepo.parents: return null context for no parents
Fri, 29 Sep 2006 15:48:16 -0500 Matt Mackall Add localrepo.parents to get parent changectxs.
Fri, 15 Sep 2006 15:23:52 -0700 Brendan Cully Move defaultrev into changectx
Mon, 11 Sep 2006 10:08:30 +0200 Thomas Arendsen Hein If local repository is missing, make error message clearer.
Fri, 08 Sep 2006 09:36:18 +0200 Thomas Arendsen Hein Never apply string formatting to generated errors with util.Abort.
Sat, 02 Sep 2006 23:06:47 +0200 Benoit Boissinot localrepo: move the repo creation code, fail if the repo exists
Mon, 28 Aug 2006 21:49:02 +0200 Benoit Boissinot fix incorrect warning when walking on a particular rev
Sun, 20 Aug 2006 23:52:52 -0500 Matt Mackall tag: shorten hash in default commit message
Sun, 20 Aug 2006 21:59:51 -0500 Matt Mackall Demote a pull note to a debug message
Sun, 20 Aug 2006 00:44:54 -0300 Alexis S. L. Carvalho localrepo.status: detect clean files even when the mtime has changed