Mercurial > hg
graph
-
localrepo: drop unnecessary check on wlock unlockThu, 10 Jan 2013 23:57:03 +0200, by Idan Kamara
-
dirstate: refresh _branch cache entry after writing itSun, 16 Dec 2012 20:33:00 +0200, by Idan Kamara
-
filecache: create an entry in _filecache when __set__ is called for a missing oneMon, 17 Dec 2012 15:25:45 +0200, by Idan Kamara
-
filecache: allow filecacheentry to be created without stating in __init__Thu, 10 Jan 2013 23:54:53 +0200, by Idan Kamara
-
rollback: don't clear the filecacheWed, 09 Jan 2013 20:36:53 +0200, by Idan Kamara
-
destroyed: keep the filecache in sync with __dict__ (issue3335) (issue3693) (issue3743)Wed, 09 Jan 2013 20:37:44 +0200, by Idan Kamara
-
localrepo: write the phasecache when destroying nodesFri, 11 Jan 2013 00:05:52 +0200, by Idan Kamara
-
localrepo: update the branchmap when destroying nodesSat, 05 Jan 2013 16:50:12 +0200, by Idan Kamara
-
localrepo: introduce destroying functionSat, 15 Dec 2012 20:08:13 +0200, by Idan Kamara
-
localrepo: don't refresh filecache entries that aren't in __dict__Sun, 16 Dec 2012 23:13:02 +0200, by Idan Kamara
-
changelog: please check-code and remove tabsSat, 12 Jan 2013 16:04:29 +0100, by Mads Kiilerich
-
branchmap: Save changectx creation during updateFri, 11 Jan 2013 18:47:42 +0100, by Pierre-Yves David
-
changelog: add a `branch` method, bypassing changectxThu, 10 Jan 2013 00:41:40 +0100, by Pierre-Yves David
-
branchmap: pass revision insteads of changectx to the update functionTue, 08 Jan 2013 01:28:39 +0100, by Pierre-Yves David
-
perf: add perfbranchmap commandFri, 11 Jan 2013 18:39:43 +0100, by Pierre-Yves David
-
clfilter: enforce hidden filtering on all repository accessesFri, 11 Jan 2013 20:34:54 +0100, by Pierre-Yves David
-
archival: avoid touching deprecated gzip name attributeThu, 03 Jan 2013 21:07:04 +0100, by Mads Kiilerich
-
archival: pass integer to struct.pack int field instead of floatThu, 03 Jan 2013 21:07:04 +0100, by Mads Kiilerich
-
largefiles: fix update from a merge with removed filesFri, 11 Jan 2013 16:30:29 +0100, by Mads Kiilerich
-
largefiles: fix revert removing a largefile from a mergeFri, 11 Jan 2013 16:30:29 +0100, by Mads Kiilerich
-
largefiles: remove unused proto.refuseclient codeFri, 11 Jan 2013 16:30:29 +0100, by Mads Kiilerich
-
subrepo: make 'in subrepo' string easier to find by external toolsThu, 03 Jan 2013 17:42:25 +0100, by Angel Ezquerra
-
subrepo: fix python2.4 compatibility after 9aa6bee6e9f9Thu, 10 Jan 2013 10:35:37 -0800, by Brendan Cully
-
test-keyword: improve grammar and spelling in branchcache noteThu, 10 Jan 2013 16:25:06 +0000, by Christian Ebert
-
Merge with stable.Thu, 10 Jan 2013 09:43:28 -0500, by Augie Fackler
-
repoview: extract hideable revision computation in a dedicated functionThu, 10 Jan 2013 10:25:02 +0100, by Pierre-Yves David
-
largefiles: make update with backup files in .hglf slightly less broken stableThu, 10 Jan 2013 15:33:14 +0100, by Mads Kiilerich
-
tests: fix up test-highlight for breadcrumb changesWed, 09 Jan 2013 19:10:44 -0600, by Matt Mackall
-
color: add template label functionFri, 28 Dec 2012 19:25:10 -0600, by Sean Farley
-
templater: add no-op template function 'label'Sat, 22 Dec 2012 21:46:26 -0600, by Sean Farley
-
posix: fix split() for the case where the path is at the root of the filesystemWed, 09 Jan 2013 20:27:17 +0100, by Remy Blank
-
record: remove unused importWed, 09 Jan 2013 21:13:52 +0200, by Idan Kamara
-
cvsps: fix indentationWed, 09 Jan 2013 21:11:00 +0200, by Idan Kamara
-
hghave: introduce a test (unused) for cvs >= 1.12Wed, 09 Jan 2013 13:16:54 -0800, by Bryan O'Sullivan
-
discovery: drop the visibleheads functionSun, 06 Jan 2013 04:50:14 +0100, by Pierre-Yves David
-
clfilter: remove the last usage of `visibleheads`Sun, 06 Jan 2013 04:48:22 +0100, by Pierre-Yves David
-
discovery: drop the visiblebranchmap functionSat, 05 Jan 2013 18:57:09 +0100, by Pierre-Yves David
-
clfilter: drop extra filtering in wireprotocolSun, 06 Jan 2013 04:36:30 +0100, by Pierre-Yves David
-
clfilter: filter "unserved" on all wireprotocol command callsSun, 06 Jan 2013 04:37:33 +0100, by Pierre-Yves David
-
clfilter: drop extra filtering in localpeerSun, 06 Jan 2013 04:28:52 +0100, by Pierre-Yves David
-
clfilter: make localpeer use a repo with "unserved" filterSun, 06 Jan 2013 04:41:11 +0100, by Pierre-Yves David
-
performance: speedup computation of extinct revisionsFri, 04 Jan 2013 03:16:08 +0100, by Pierre-Yves David
-
performance: speedup computation of suspended revisionsFri, 04 Jan 2013 03:15:44 +0100, by Pierre-Yves David
-
performance: speedup computation of unstable revisionsFri, 04 Jan 2013 03:15:21 +0100, by Pierre-Yves David
-
performance: speedup computation of mutable revisionsMon, 07 Jan 2013 15:50:25 +0100, by Pierre-Yves David
-
performance: speedup computation of unserved revisionsFri, 04 Jan 2013 20:19:05 +0100, by Pierre-Yves David
-
performance: speedup computation of hidden revisionsFri, 04 Jan 2013 05:44:01 +0100, by Pierre-Yves David
-
performance: speedup computation of obsolete revisionsFri, 04 Jan 2013 03:14:54 +0100, by Pierre-Yves David