log mercurial/localrepo.py @ 17124:f1b7683f3f95

age author description
Wed, 04 Jul 2012 02:00:36 +0200 Pierre-Yves David obsolete: move obsolete markers read/write logic to obsstore object
Thu, 07 Jun 2012 19:21:59 +0200 Pierre-Yves David obsolete: exchange obsolete marker over pushkey
Thu, 07 Jun 2012 19:07:39 +0200 Pierre-Yves David obsolete: introduction of obsolete markers
Fri, 18 May 2012 12:45:47 -0700 Joshua Redstone strip: incrementally update the branchheads cache after a strip
Fri, 01 Jun 2012 08:56:17 -0700 Joshua Redstone localrepo: convert _updatebranchcache from nodespace to revspace
Fri, 08 Jun 2012 08:39:44 -0700 Joshua Redstone revlog: remove reachable and switch call sites to ancestors
Tue, 12 Jun 2012 14:18:18 +0200 Martin Geisler localrepo: lowercase "unexpected response" message
Fri, 01 Jun 2012 12:37:18 -0700 Bryan O'Sullivan revlog: ancestors(*revs) becomes ancestors(revs) (API)
Fri, 01 Jun 2012 23:44:10 -0500 Matt Mackall localrepo: move filecache clearing into invalidate
Fri, 01 Jun 2012 15:14:29 -0500 Matt Mackall merge with stable
Tue, 29 May 2012 18:27:12 +0300 Idan Kamara localrepo: clear _filecache earlier to really force reloading (issue3462) stable
Mon, 21 May 2012 14:25:46 -0500 Augie Fackler clone: add progress calls to uncompressed code path
Thu, 17 May 2012 15:34:59 -0500 Matt Mackall branchcache: backout 0311a6abd38a
Sun, 13 May 2012 14:04:06 +0200 Brodie Rao context: add changectx.closesbranch() method
Sun, 13 May 2012 14:04:04 +0200 Brodie Rao localrepo: add branchtip() method for faster single-branch lookups
Fri, 11 May 2012 10:35:54 -0700 Joshua Redstone localrepo: strip now incrementally updates the branchheads cache
Sun, 13 May 2012 11:54:58 +0200 David Soria Parra localrepo: introduce bookmarkheads
Sat, 12 May 2012 21:28:10 +0200 David Soria Parra bookmarks: delete divergent bookmarks on merge
Sun, 13 May 2012 13:18:06 +0200 Brodie Rao check-code: ignore naked excepts with a "re-raise" comment
Sun, 13 May 2012 12:52:24 +0200 Matt Mackall merge with stable
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Sat, 12 May 2012 20:06:02 +0200 Mads Kiilerich tag: run commit hook when lock is released (issue3344) stable
Sat, 12 May 2012 20:25:33 +0200 Bryan O'Sullivan parsers: strictly check for 20-byte hashes where they're required stable
Sat, 12 May 2012 00:24:07 +0200 Patrick Mezard phases: introduce phasecache
Fri, 04 May 2012 15:56:45 -0400 Jesse Glick localrepo: optimize internode status calls using withflags
Fri, 04 May 2012 15:54:55 -0400 Jesse Glick localrepo: optimize internode status calls using match.always
Fri, 11 May 2012 10:53:12 -0700 redstone localrepo: cleanup var names and comments
Thu, 10 May 2012 18:52:07 +0200 Patrick Mezard phases: stop modifying localrepo in writeroots()
Thu, 10 May 2012 18:52:04 +0200 Patrick Mezard phases: stop modifying localrepo in readroots()
Thu, 10 May 2012 18:21:15 +0200 Patrick Mezard phases: call filterunknown() in readroots()