mercurial/configitems.py
Wed, 06 Jan 2021 16:18:06 +0530 Pulkit Goyal sharesafe: introduce functionality to automatically upgrade shares
Fri, 24 Apr 2020 16:36:04 +0200 Joerg Sonnenberger bundle: optional advisory obsolescence parts
Sat, 05 Dec 2020 23:35:55 +0100 Joerg Sonnenberger singlehead: introduce option to restrict to public changes
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Wed, 21 Oct 2020 19:00:16 -0700 Martin von Zweigbergk errors: add config that lets user get more detailed exit codes
Thu, 22 Oct 2020 23:10:06 -0700 Martin von Zweigbergk rebase: make summary template configurable, with default to shared template
Mon, 26 Oct 2020 10:33:32 -0700 Martin von Zweigbergk config: move ui.pre-merge-tool-output-template into [command-templates]
Fri, 23 Oct 2020 15:59:32 -0700 Martin von Zweigbergk config: rename ui.mergemarkertemplate to command-templates.mergemarker
Fri, 23 Oct 2020 15:27:33 -0700 Martin von Zweigbergk config: rename ui.graphnodetemplate to command-templates.graphnode
Fri, 23 Oct 2020 10:56:18 -0700 Martin von Zweigbergk config: add a new [command-templates] section for templates defined by hg
Mon, 14 Sep 2020 14:31:23 +0530 Pulkit Goyal configitems: add a new config option to control new filenode functionality
Thu, 17 Sep 2020 22:34:36 -0700 Martin von Zweigbergk mergedriver: delete it
Tue, 14 Apr 2020 21:07:09 +0530 Pulkit Goyal share: introduce config option to store requires in .hg/store
Mon, 14 Sep 2020 11:32:24 -0400 Valentin Gatien-Baron fsmonitor: increase the threshold before we recommend it, when using rust
Sat, 11 Jul 2020 23:53:27 +0200 Manuel Jacob config: add option to control creation of empty successors during rewrite
Tue, 09 Jun 2020 11:22:31 +0200 Joerg Sonnenberger util: provide a helper function to estimate RAM size
Sun, 28 Jun 2020 17:32:32 +0900 Yuya Nishihara cmdserver: document message-encodings and channel output options
Sat, 27 Jun 2020 21:46:23 +0900 Yuya Nishihara cmdserver: add option to not exit from message loop on SIGINT
Thu, 18 Jun 2020 15:13:38 +0200 Joerg Sonnenberger ui: add option to timestamp status and diagnostic messages
Sun, 31 May 2020 00:30:49 +0200 Manuel Jacob config: remove unused hostsecurity.disabletls10warning config
Tue, 14 Apr 2020 04:23:20 +0200 Pierre-Yves David nodemap: move the mode option to storage.revlog.nodemap.mode
Tue, 14 Apr 2020 03:20:21 +0200 Pierre-Yves David nodemap: move the option for mmap usage to storage.revlog.nodemap.mmap
Tue, 14 Apr 2020 04:08:46 +0200 Pierre-Yves David nodemap: move and update the commend about persistence being experimental
Tue, 14 Apr 2020 03:18:14 +0200 Pierre-Yves David nodemap: move the main switch to the `format` section
Tue, 14 Apr 2020 02:45:05 +0200 Pierre-Yves David nodemap: add a new mode option, with an optional "warn" value
Thu, 26 Mar 2020 11:55:06 +0100 Pierre-Yves David nodemap: automatically "vacuum" the persistent nodemap when too sparse
Fri, 28 Feb 2020 03:05:52 +0100 Pierre-Yves David nodemap: make sure on disk change get rolled back with the transaction
Sat, 29 Feb 2020 12:58:38 +0530 Pulkit Goyal pull: add `--confirm` flag to confirm before writing changes
Fri, 28 Feb 2020 00:29:18 +0100 Pierre-Yves David nodemap: make sure hooks have access to an up-to-date version
Thu, 27 Feb 2020 16:32:43 +0100 Pierre-Yves David nodemap: track the tip_node for validation
Thu, 27 Feb 2020 15:42:04 +0100 Pierre-Yves David nodemap: add a todo list for getting out of experimental
Tue, 25 Feb 2020 20:27:39 -0500 Valentin Gatien-Baron exchange: turn on option that makes concurrent pushes work better
Wed, 19 Feb 2020 17:30:04 +0100 Pierre-Yves David revlog-compression: update the config to be a list
Tue, 11 Feb 2020 11:18:52 +0100 Pierre-Yves David nodemap: introduce an option to use mmap to read the nodemap mapping
Wed, 15 Jan 2020 15:48:09 +0100 Pierre-Yves David nodemap: add a (python) index class for persistent nodemap testing
Wed, 15 Jan 2020 15:47:21 +0100 Pierre-Yves David nodemap: write nodemap data on disk
Thu, 12 Dec 2019 18:31:17 +0100 Georges Racinet rust-index: add a `experimental.rust.index` option to use the wrapper
Wed, 11 Dec 2019 19:42:05 -0800 Kyle Lippincott merge: add commands.merge.require-rev to require an argument to hg merge
Sun, 29 Sep 2019 16:00:32 +0200 Pierre-Yves David upgraderepo: add a config option for parallel computation
Sun, 17 Nov 2019 05:32:38 +0100 Pierre-Yves David repoview: add a 'devel.debug.repo-filter' option
Thu, 10 Oct 2019 04:34:58 +0200 Pierre-Yves David sidedata: rename the configuration option to `exp-use-side-data`
Sat, 05 Oct 2019 13:39:35 -0700 Kyle Lippincott push: support config option to require revs be specified when running push
Sun, 06 Oct 2019 23:36:51 -0400 Pierre-Yves David sidedatacopies: add a new requirement for storing copies into sidedata
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Mon, 09 Sep 2019 22:42:55 +0200 Pierre-Yves David sidedata: introduce a new requirement to protect the feature
Wed, 25 Sep 2019 12:59:26 +0200 Pierre-Yves David singlehead: introduce special handling of closed heads
Tue, 20 Aug 2019 18:35:16 +0300 Navaneeth Suresh config: add experimental argument to the config registrar
Tue, 21 May 2019 17:44:15 +0200 Georges Racinet discovery: new devel.discovery.randomize option
Sat, 13 Jul 2019 23:45:32 -0400 Valentin Gatien-Baron convert: add a config option to help doing identity hg->hg conversion
Fri, 28 Jun 2019 21:31:34 +0530 Navaneeth Suresh shelve: move shelve extension to core
Wed, 05 Jun 2019 12:51:21 -0400 Valentin Gatien-Baron profiling: show actual time spent in hotpath display
Wed, 15 May 2019 22:09:02 -0700 Martin von Zweigbergk bookmarks: keep bookmarks in .hg/store if new config set
Wed, 01 May 2019 09:34:47 -0700 Martin von Zweigbergk log: add config for making `hg log -G` always topo-sorted
Fri, 03 May 2019 14:11:16 +0800 Anton Shestakov commit: add ability to print file status after each successful invocation
Sat, 06 Apr 2019 17:46:19 +0200 Pierre-Yves David repoview: introduce a `experimental.extra-filter-revs` config
Wed, 27 Dec 2017 19:49:36 -0800 Martin von Zweigbergk copies: add config option for writing copy metadata to file and/or changset
Wed, 27 Mar 2019 18:26:54 +0100 Pierre-Yves David compression: introduce an official `format.revlog-compression` option
Wed, 27 Mar 2019 18:35:59 +0100 Pierre-Yves David compression: introduce a `storage.revlog.zstd.level` configuration
Wed, 27 Mar 2019 18:35:27 +0100 Pierre-Yves David compression: introduce a `storage.revlog.zlib.level` configuration
Tue, 12 Mar 2019 14:17:41 -0700 Martin von Zweigbergk revert: option to choose what to keep, not what to discard
Tue, 12 Feb 2019 19:08:17 +0100 Joerg Sonnenberger server: allow customizing the default repo filter
Wed, 27 Feb 2019 12:40:18 +0100 Pierre-Yves David storage: introduce a `revlog.reuse-external-delta` config
Wed, 27 Feb 2019 10:49:25 +0100 Pierre-Yves David storage: introduce a `revlog.reuse-external-delta-parent` config
Wed, 02 Jan 2019 03:07:52 +0100 Boris Feld rewriting: add an option for rewrite commands to use the archived phase
Tue, 19 Feb 2019 15:42:45 -0800 Martin von Zweigbergk copies: do copy tracing based on ctx.p[12]copies() if configured
Wed, 13 Feb 2019 18:34:08 -0800 rdamazio templates: adding a config() function for template customization
Fri, 01 Feb 2019 22:28:55 -0800 Martin von Zweigbergk config: introduce a new value for ui.relative-paths getting old behavior
Thu, 31 Jan 2019 14:47:34 -0800 Kyle Lippincott commit: if interactive, look elsewhere for whitespace settings (BC)
Thu, 31 Jan 2019 14:27:25 -0800 Kyle Lippincott config: extract diff-related coreconfigitem()s to a helper method
Mon, 04 Feb 2019 09:13:05 -0800 Gregory Szorc configitems: use raw strings for hidden-{command,topic} items
Tue, 29 Jan 2019 15:37:35 -0800 Martin von Zweigbergk status: introduce higher-level ui.relative-paths
Fri, 18 Jan 2019 16:03:37 +0100 Boris Feld mmap: backed out changeset 875d2af8cb4e stable
Fri, 18 Jan 2019 16:02:26 +0100 Boris Feld mmap: backed out changeset 74a9f428227e stable
Sat, 12 Jan 2019 17:43:36 +0900 Yuya Nishihara repair: move ui.history-editing-backup to [rewrite] section
Fri, 04 Jan 2019 20:27:17 +0530 Taapas Agrawal amend: add config option to update time to current in hg amend (issue5828)
Wed, 31 Oct 2018 22:43:08 +0900 Yuya Nishihara commandserver: preload repository in master server and reuse its file cache
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
Fri, 07 Sep 2018 11:18:45 -0400 Boris Feld sparse-revlog: set max delta chain length to on thousand
Sun, 26 Aug 2018 16:42:28 -0400 Valentin Gatien-Baron resolve: add config to make hg resolve not re-merge by default
Thu, 24 May 2018 09:59:10 +0200 Boris Feld phases: add a repository requirement about internal phase
Wed, 15 Aug 2018 22:24:50 +0900 FUJIWARA Katsunori filemerge: add config knob to check capabilities of internal merge tools
Sun, 05 Aug 2018 00:53:55 -0700 Kyle Lippincott resolve: correct behavior of mark-check=none to match docs
Fri, 03 Aug 2018 12:57:44 -0700 Kyle Lippincott resolve: graduate resolve.mark-check from experimental, add docs
Sun, 29 Apr 2018 10:07:40 -0700 Martin von Zweigbergk revisions: allow "x123" to refer to nodeid prefix "123"
Wed, 28 Mar 2018 09:36:02 -0700 Martin von Zweigbergk lookup: add option to disambiguate prefix within revset
Tue, 31 Jul 2018 19:11:17 +0530 Sushil khanchi resolve: add confirm config option
Thu, 26 Jul 2018 17:11:03 -0700 Kyle Lippincott resolve: add option to warn/abort on -m with unresolved conflict markers
Fri, 20 Jul 2018 09:08:20 +0200 Boris Feld config: rename `revlog` section into `storage` stable
Thu, 19 Jul 2018 11:10:48 -0700 Gregory Szorc configitems: restore alias for format.aggressivemergedeltas stable 4.7rc0
Thu, 19 Jul 2018 10:35:29 +0200 Boris Feld aggressivemergedelta: document rename and move to `revlog` section
less more (0) -120 tip