Mercurial > hg
graph
-
graphlog: turn getlogrevs() into a generatorTue, 08 May 2012 22:43:44 +0200, by Patrick Mezard
-
cmdutil: extract increasing_windows() from walkchangerevs()Tue, 08 May 2012 22:43:44 +0200, by Patrick Mezard
-
httpclient: omit tests for the client since we don't run them anywaySat, 19 May 2012 09:34:25 -0500, by Augie Fackler
-
httpclient: update to c5abd358e543 of httpplusFri, 18 May 2012 17:05:17 -0500, by Augie Fackler
-
hgweb: make graph data suitable for template usageMon, 21 May 2012 00:20:05 +0200, by Paul Boddie
-
revset: fix infinite alias expansion detection stableSat, 19 May 2012 17:19:55 +0200, by Patrick Mezard
-
revset: explicitely tag alias arguments for expansion stableSat, 19 May 2012 17:18:29 +0200, by Patrick Mezard
-
clone: add progress calls to uncompressed code pathMon, 21 May 2012 14:25:46 -0500, by Augie Fackler
-
merge with stableMon, 21 May 2012 17:35:28 -0500, by Matt Mackall
-
util: fix bad variable use in bytecount introduced by f0f7f3fab315 stableMon, 21 May 2012 14:24:24 -0500, by Augie Fackler
-
acl: 'util.never' can be used instead of a more complex expressionFri, 18 May 2012 13:50:02 -0300, by Elifarley Callado Coelho Cruz
-
acl: perform some computations earlier, so that returned lambda functions are simplerFri, 18 May 2012 13:47:44 -0300, by Elifarley Callado Coelho Cruz
-
acl: added some comments to easily identify branch- and path-based verificationsFri, 18 May 2012 12:48:24 -0300, by Elifarley Callado Coelho Cruz
-
acl: 'util.never' usedFri, 18 May 2012 12:40:04 -0300, by Elifarley Callado Coelho Cruz
-
acl: cleanupFri, 18 May 2012 12:37:23 -0300, by Elifarley Callado Coelho Cruz
-
revlog: don't handle long for revision matchingMon, 21 May 2012 16:36:09 -0500, by Matt Mackall
-
merge with stableMon, 21 May 2012 16:35:27 -0500, by Matt Mackall
-
context: grudging accept longs in constructor stableMon, 21 May 2012 16:32:50 -0500, by Matt Mackall
-
win32: fix encoding handling for registry strings (issue3467) stableMon, 21 May 2012 16:32:49 -0500, by Matt Mackall
-
mpatch: use Py_ssize_t for string lengthSun, 20 May 2012 01:28:31 +0200, by Adrian Buehlmann
-
mpatch: use Py_ssize_tSun, 20 May 2012 00:08:18 +0200, by Adrian Buehlmann
-
subrepo: make subrepo.subrepo(<not a subrepo path>) failSun, 20 May 2012 21:11:34 +0300, by Dov Feldstern
-
merge with stableSun, 20 May 2012 14:40:36 -0500, by Matt Mackall
-
hgweb: use ui.nontty to disable all cooked I/OSun, 20 May 2012 14:37:22 -0500, by Matt Mackall
-
progress: use ui._isattySun, 20 May 2012 14:37:20 -0500, by Matt Mackall
-
pager: use ui._isatty infrastructureSun, 20 May 2012 14:33:49 -0500, by Matt Mackall
-
ui: add _isatty method to easily disable cooked I/OSun, 20 May 2012 14:31:56 -0500, by Matt Mackall
-
bdiff: check and cast first parameter value on putbe32() callsTue, 15 May 2012 22:36:47 +0200, by Adrian Buehlmann
-
bdiff: use Py_ssize_t instead of intTue, 15 May 2012 22:36:27 +0200, by Adrian Buehlmann
-
doc: add detail explanation for 'present()' predicate of revsets stableWed, 16 May 2012 17:02:30 +0900, by FUJIWARA Katsunori