Mercurial > hg
graph
-
sslutil: use saner TLS settings on Python 2.7.9Wed, 14 Jan 2015 15:46:00 -0500, by Augie Fackler
-
sslutil: drop support for clients of sslutil specifying a TLS versionWed, 14 Jan 2015 15:31:16 -0500, by Augie Fackler
-
discovery: run discovery on filtered repositoryWed, 07 Jan 2015 00:07:29 -0800, by Pierre-Yves David
-
revset: check for collisions between alias argument names in the declarationSat, 10 Jan 2015 23:18:11 +0900, by FUJIWARA Katsunori
-
revset: parse alias declaration strictly by _parsealiasdeclSat, 10 Jan 2015 23:18:11 +0900, by FUJIWARA Katsunori
-
revset: introduce "_parsealiasdecl" to parse alias declarations strictlySat, 10 Jan 2015 23:18:11 +0900, by FUJIWARA Katsunori
-
revset: store full detail into revsetalias.error for error source distinctionSat, 10 Jan 2015 23:18:11 +0900, by FUJIWARA Katsunori
-
revset: factor out composing error message for ParseError to reuseSat, 10 Jan 2015 23:18:11 +0900, by FUJIWARA Katsunori
-
revset: make tokenize extensible to parse alias declarations and definitionsSat, 10 Jan 2015 23:18:11 +0900, by FUJIWARA Katsunori
-
largefiles: make linear update set unsure largefiles normal if unchangedFri, 09 Jan 2015 18:38:02 +0100, by Mads Kiilerich
-
debugdirstate: don't hide date field with --nodate, just show 'set'/'unset'Fri, 09 Jan 2015 18:38:02 +0100, by Mads Kiilerich
-
debugdirstate: simplify date handling after e7ed5d07cc4c used fixed formatFri, 09 Jan 2015 18:38:02 +0100, by Mads Kiilerich
-
forget: don't report rejected files as forgotten as wellSun, 11 Jan 2015 23:25:23 -0500, by Matt Harbison
-
largefiles: enable subrepo support for forgetSun, 11 Jan 2015 23:20:51 -0500, by Matt Harbison
-
namespaces: add revset for 'named(namespace)'Tue, 13 Jan 2015 15:07:08 -0800, by Sean Farley
-
bundles: do not overwrite existing backup bundles (BC)Fri, 09 Jan 2015 10:52:14 -0800, by Durham Goode
-
https: support tls sni (server name indication) for https urls (issue3090)Mon, 12 Jan 2015 18:01:20 -0700, by Alex Orange
-
merge with stableWed, 14 Jan 2015 12:50:46 -0800, by Matt Mackall
-
unpacker: check the right exception type for 2.4Tue, 13 Jan 2015 16:15:02 -0800, by Matt Mackall
-
hgweb: fix diffstat links in paper/changeset.tmplSat, 10 Jan 2015 18:00:57 +0800, by Anton Shestakov
-
hgweb: close <img> elementsSat, 10 Jan 2015 17:54:24 +0800, by Anton Shestakov
-
hgweb: close <p> elementsSat, 10 Jan 2015 17:52:02 +0800, by Anton Shestakov
-
hgweb: close <th> properly in spartan/filelogentry.tmplSat, 10 Jan 2015 17:44:54 +0800, by Anton Shestakov
-
revset: simplify fullreposet.__and__ to call sort() with boolean flagSat, 10 Jan 2015 21:36:42 +0900, by Yuya Nishihara
-
revset: fix spanset.isascending() to honor sort() or reverse() request stableSat, 10 Jan 2015 21:31:59 +0900, by Yuya Nishihara
-
hghave: we now support Python 2.7.9's ssl for httpsTue, 13 Jan 2015 15:08:55 -0500, by Augie Fackler
-
Makefile.python: try curl if wget failsTue, 13 Jan 2015 14:15:08 -0500, by Augie Fackler
-
test-https: glob error messages more so we pass on Python 2.7.9Tue, 13 Jan 2015 15:15:37 -0500, by Augie Fackler
-
filelog: fix backwards comment for 'backrevref'Mon, 12 Jan 2015 09:46:56 -0800, by Martin von Zweigbergk
-
filelog: remove trailing "form feed" characterMon, 12 Jan 2015 09:49:25 -0800, by Martin von Zweigbergk
-
filelog: remove unused variable 'lkr'Mon, 12 Jan 2015 09:48:05 -0800, by Martin von Zweigbergk
-
branchmap: add seek() to end of file before calling tell() on append open()Sat, 10 Jan 2015 12:00:03 -0500, by Matt Harbison
-
tests: fix test-casefolding.t output for branchcacheFri, 09 Jan 2015 22:14:01 -0500, by Matt Harbison
-
setdiscovery: remove '_setupsample' functionTue, 06 Jan 2015 17:19:21 -0800, by Pierre-Yves David
-
setdiscovery: document '_takequicksample'Wed, 07 Jan 2015 20:44:20 -0800, by Pierre-Yves David
-
setdiscovery: drop '_setupsample' usage in '_takequicksample'Tue, 06 Jan 2015 17:07:44 -0800, by Pierre-Yves David
-
setdiscovery: drop the 'always' argument to '_updatesample'Wed, 07 Jan 2015 10:32:17 -0800, by Pierre-Yves David
-
setdiscovery: always add exponential sample to the headsWed, 07 Jan 2015 17:28:51 -0800, by Pierre-Yves David
-
setdiscovery: directly run '_updatesample'Wed, 07 Jan 2015 17:23:21 -0800, by Pierre-Yves David
-
setdiscovery: stop using '_setupsample' in '_takefullsample'Wed, 07 Jan 2015 17:17:56 -0800, by Pierre-Yves David
-
setdiscovery: randomly pick between heads and sample when taking full sampleWed, 07 Jan 2015 12:09:51 -0800, by Pierre-Yves David
-
setdiscovery: document the '_updatesample' functionTue, 06 Jan 2015 17:02:32 -0800, by Pierre-Yves David
-
setdiscovery: avoid calling any sample building if the undecided set is smallTue, 06 Jan 2015 16:40:33 -0800, by Pierre-Yves David
-
setdiscovery: delay sample building calls to gather them in a single placeWed, 07 Jan 2015 09:30:06 -0800, by Pierre-Yves David
-
setdiscovery: drop unused 'initial' argument for '_takequicksample'Tue, 06 Jan 2015 16:32:23 -0800, by Pierre-Yves David
-
readmarkers: add a SHA256 fixme noteSun, 11 Jan 2015 16:46:13 -0600, by Matt Mackall
-
readmarkers: fast-path single successors and parentsSun, 11 Jan 2015 16:37:57 -0600, by Matt Mackall
-
readmarkers: promote global constants to locals for performanceSun, 11 Jan 2015 15:35:09 -0600, by Matt Mackall
-
readmarkers: drop a temporarySun, 11 Jan 2015 14:52:57 -0600, by Matt Mackall
-
readmarkers: read node reading into node length conditionalSun, 11 Jan 2015 14:51:49 -0600, by Matt Mackall
-
readmarkers: drop a temporarySun, 11 Jan 2015 14:46:55 -0600, by Matt Mackall
-
readmarkers: hoist subtraction out of loop comparisonSun, 11 Jan 2015 14:44:57 -0600, by Matt Mackall
-
readmarkers: streamline offset trackingSun, 11 Jan 2015 14:43:31 -0600, by Matt Mackall
-
readmarkers: use unpacker for fixed headerSun, 11 Jan 2015 14:37:50 -0600, by Matt Mackall
-
readmarkers: drop metadata temporarySun, 11 Jan 2015 14:35:03 -0600, by Matt Mackall
-
readmarkers: drop date temporarySun, 11 Jan 2015 14:33:49 -0600, by Matt Mackall
-
readmarkers: drop another conditionalSun, 11 Jan 2015 14:32:56 -0600, by Matt Mackall
-
readmarkers: drop a conditionalSat, 10 Jan 2015 21:28:15 -0600, by Matt Mackall
-
readmarkers: add some whitespaceSat, 10 Jan 2015 21:27:29 -0600, by Matt Mackall
-
readmarkers: combine parent conditionalsSat, 10 Jan 2015 21:25:07 -0600, by Matt Mackall