log

age author description
Sun, 13 Jan 2013 21:36:35 +0100 Pierre-Yves David hgweb: document the revnavgen function
Wed, 19 Dec 2012 19:06:50 +0100 Pierre-Yves David hgweb: no do not use listinsert(0, ...)
Thu, 10 Jan 2013 23:57:03 +0200 Idan Kamara localrepo: drop unnecessary check on wlock unlock
Sun, 16 Dec 2012 20:33:00 +0200 Idan Kamara dirstate: refresh _branch cache entry after writing it
Mon, 17 Dec 2012 15:25:45 +0200 Idan Kamara filecache: create an entry in _filecache when __set__ is called for a missing one
Thu, 10 Jan 2013 23:54:53 +0200 Idan Kamara filecache: allow filecacheentry to be created without stating in __init__
Wed, 09 Jan 2013 20:36:53 +0200 Idan Kamara rollback: don't clear the filecache
Wed, 09 Jan 2013 20:37:44 +0200 Idan Kamara destroyed: keep the filecache in sync with __dict__ (issue3335) (issue3693) (issue3743)
Fri, 11 Jan 2013 00:05:52 +0200 Idan Kamara localrepo: write the phasecache when destroying nodes
Sat, 05 Jan 2013 16:50:12 +0200 Idan Kamara localrepo: update the branchmap when destroying nodes
Sat, 15 Dec 2012 20:08:13 +0200 Idan Kamara localrepo: introduce destroying function
Sun, 16 Dec 2012 23:13:02 +0200 Idan Kamara localrepo: don't refresh filecache entries that aren't in __dict__
Sat, 12 Jan 2013 16:04:29 +0100 Mads Kiilerich changelog: please check-code and remove tabs
Fri, 11 Jan 2013 18:47:42 +0100 Pierre-Yves David branchmap: Save changectx creation during update
Thu, 10 Jan 2013 00:41:40 +0100 Pierre-Yves David changelog: add a `branch` method, bypassing changectx
Tue, 08 Jan 2013 01:28:39 +0100 Pierre-Yves David branchmap: pass revision insteads of changectx to the update function
Fri, 11 Jan 2013 18:39:43 +0100 Pierre-Yves David perf: add perfbranchmap command
Fri, 11 Jan 2013 20:34:54 +0100 Pierre-Yves David clfilter: enforce hidden filtering on all repository accesses
Thu, 03 Jan 2013 21:07:04 +0100 Mads Kiilerich archival: avoid touching deprecated gzip name attribute
Thu, 03 Jan 2013 21:07:04 +0100 Mads Kiilerich archival: pass integer to struct.pack int field instead of float
Fri, 11 Jan 2013 16:30:29 +0100 Mads Kiilerich largefiles: fix update from a merge with removed files
Fri, 11 Jan 2013 16:30:29 +0100 Mads Kiilerich largefiles: fix revert removing a largefile from a merge
Fri, 11 Jan 2013 16:30:29 +0100 Mads Kiilerich largefiles: remove unused proto.refuseclient code
Thu, 03 Jan 2013 17:42:25 +0100 Angel Ezquerra subrepo: make 'in subrepo' string easier to find by external tools
Thu, 10 Jan 2013 10:35:37 -0800 Brendan Cully subrepo: fix python2.4 compatibility after 9aa6bee6e9f9
Thu, 10 Jan 2013 16:25:06 +0000 Christian Ebert test-keyword: improve grammar and spelling in branchcache note
Thu, 10 Jan 2013 09:43:28 -0500 Augie Fackler Merge with stable.
Thu, 10 Jan 2013 10:25:02 +0100 Pierre-Yves David repoview: extract hideable revision computation in a dedicated function
Thu, 10 Jan 2013 15:33:14 +0100 Mads Kiilerich largefiles: make update with backup files in .hglf slightly less broken stable
Wed, 09 Jan 2013 19:10:44 -0600 Matt Mackall tests: fix up test-highlight for breadcrumb changes