log mercurial/localrepo.py @ 18660:7e6946ed5756

age author description
Fri, 08 Feb 2013 05:36:08 -0800 David Schleimer localrepo: use workingctx for validation in commit
Fri, 08 Feb 2013 05:36:07 -0800 David Schleimer localrepo: create context used for actual commit earlier
Sun, 10 Feb 2013 18:24:29 +0100 Mads Kiilerich spelling: fix some minor issues found by spell checker
Thu, 31 Jan 2013 01:44:29 +0100 Pierre-Yves David subrepo: allows to drop courtesy phase sync (issue3781) stable
Tue, 29 Jan 2013 15:26:10 +0100 Pierre-Yves David pull: fix crash when pulling changeset that get hidden locally (issue3788) stable
Tue, 11 Dec 2012 20:13:21 +0100 Sune Foldager validate: check for spurious incoming filelog entries
Wed, 16 Jan 2013 00:12:01 +0100 Pierre-Yves David stream_in: write the remote branchcache for a usage as wide as possible
Tue, 15 Jan 2013 23:33:07 +0100 Pierre-Yves David destroyed: update `unserved` branchcache instead
Wed, 16 Jan 2013 00:09:26 +0100 Pierre-Yves David destroyed: drop complex branchcache rebuilt logic
Wed, 16 Jan 2013 00:08:08 +0100 Pierre-Yves David branchmap: update cache of 'unserved' filter on new changesets
Sun, 13 Jan 2013 01:39:16 -0600 Kevin Bullock filtering: rename filters to their antonyms
Wed, 12 Dec 2012 02:38:14 +0100 Mads Kiilerich subrepos: process subrepos in sorted order
Wed, 12 Dec 2012 02:38:14 +0100 Mads Kiilerich localrepo: store requirements sorted
Thu, 10 Jan 2013 23:57:03 +0200 Idan Kamara localrepo: drop unnecessary check on wlock unlock
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__
Tue, 08 Jan 2013 01:28:39 +0100 Pierre-Yves David branchmap: pass revision insteads of changectx to the update function
Sun, 06 Jan 2013 04:28:52 +0100 Pierre-Yves David clfilter: drop extra filtering in localpeer
Sun, 06 Jan 2013 04:41:11 +0100 Pierre-Yves David clfilter: make localpeer use a repo with "unserved" filter
Thu, 03 Jan 2013 18:52:59 +0100 Pierre-Yves David hidden: drop of the repo.hiddenrevs property
Tue, 08 Jan 2013 14:16:49 +0100 Pierre-Yves David hidden: drop cache on hiddenrevs property
Tue, 08 Jan 2013 14:10:29 +0100 Pierre-Yves David hidden: move computation in filter function
Fri, 04 Jan 2013 19:05:20 +0100 Pierre-Yves David destroyed: filter unknown before computing branchcache
Wed, 02 Jan 2013 01:36:57 +0100 Pierre-Yves David branchmap: disable fallback to unfiltered branchcache
Fri, 21 Dec 2012 17:19:52 +0100 Idan Kamara localrepo: filter unknown nodes from the phasecache on destroyed
Fri, 04 Jan 2013 01:37:38 +0100 Pierre-Yves David localrepo: drop `_cacheabletip` method