log mercurial/configitems.py @ 40936:e06719b7544d

age author description
Thu, 13 Dec 2018 14:44:54 -0500 Augie Fackler merge with stable
Mon, 12 Nov 2018 01:22:38 +0100 Boris Feld sparse-revlog: enabled by default
Sun, 18 Nov 2018 19:47:04 +0900 Yuya Nishihara commandserver: add config knob for various logging options
Sun, 09 Dec 2018 23:48:50 -0500 Matt Harbison hgweb: register web.comparisoncontext to the config table stable
Fri, 23 Nov 2018 06:09:44 +0100 Boris Feld mmapindex: set default to 1MB
Fri, 23 Nov 2018 06:07:33 +0100 Boris Feld mmapindex: move the 'mmapindexthreshold' option out of experimental
Mon, 05 Nov 2018 13:52:19 +0800 Anton Shestakov push: config option to control behavior when pushing to a publishing server
Sun, 18 Jan 2015 18:49:59 +0900 Yuya Nishihara commandserver: add experimental option to use separate message channel
Sat, 03 Nov 2018 19:42:50 +0900 Yuya Nishihara ui: add config knob to redirect status messages to stderr (API)
Sat, 13 Oct 2018 07:49:20 -0700 Kyle Lippincott merge-tools: when calling external merge tool, describe the resolve inputs
Fri, 02 Nov 2018 14:24:29 -0400 Augie Fackler merge with stable
Wed, 10 Oct 2018 00:21:02 +0200 Boris Feld changegroup: allow to force delta to be against p1
Wed, 31 Oct 2018 15:27:06 +0300 Pulkit Goyal configitems: rename the config to prevent adding an alias in future stable
Wed, 24 Oct 2018 22:24:10 -0400 Matt Harbison profiling: revert the default mode back to 'cpu' on Windows stable
Sat, 13 Oct 2018 05:43:39 -0700 rdamazio help: allow hiding of help topics
Sat, 13 Oct 2018 05:02:55 -0700 rdamazio help: allow commands to be hidden
Sat, 18 Aug 2018 01:44:38 +0200 Boris Feld profiling: move default mode to "real" time
Wed, 26 Sep 2018 17:20:04 +0300 Pulkit Goyal streamclone: new server config and some API changes for narrow stream clones
Sat, 13 Oct 2018 11:52:30 +0200 Anton Shestakov crecord: make enter move cursor down to the next item of the same type
Wed, 03 Oct 2018 12:54:39 -0700 Gregory Szorc wireprotov2: define and implement "filesdata" command
Mon, 08 Oct 2018 17:45:51 -0700 Gregory Szorc wireprotov2: advertise recommended batch size for requests
Mon, 08 Oct 2018 17:00:16 -0700 Gregory Szorc wireprotov2: send protocol settings frame from client
Fri, 05 Oct 2018 22:19:19 +0300 Pulkit Goyal narrow: introduce a config option to check if narrow is enabled or not
Fri, 07 Sep 2018 11:16:06 -0400 Boris Feld copies: add a devel debug mode to trace what copy tracing does
Thu, 04 Oct 2018 11:28:48 +0200 Cédric Krier url: allow to configure timeout on http connection
Fri, 28 Sep 2018 09:46:50 -0700 Gregory Szorc localrepo: define storage backend in creation options (API)
Mon, 24 Sep 2018 09:41:42 -0700 Gregory Szorc changegroup: remove reordering control (BC)
Sun, 23 Sep 2018 16:15:48 +0900 Yuya Nishihara hgweb: register web.static to the config table
Mon, 17 Sep 2018 17:47:24 +0800 Anton Shestakov bundle2: make server.bundle2.stream default to True
Mon, 17 Sep 2018 16:52:34 +0800 Anton Shestakov bundle2: graduate bundle2.stream option from experimental to server section