mercurial/help.py
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
Thu, 13 Jun 2019 23:28:31 +0300 Navaneeth Suresh help: add help entry for internals.mergestate
Thu, 23 May 2019 11:14:32 -0400 Nathan Goldbaum help: include subtopic in error message if passed
Thu, 23 May 2019 10:47:10 -0400 Nathan Goldbaum help: check if a subtopic exists and raise an error if it doesn't (issue6145)
Wed, 03 Apr 2019 11:21:27 -0700 Martin von Zweigbergk cleanup: use set literals where possible
Wed, 27 Mar 2019 16:45:14 +0100 Pierre-Yves David util: extract compression code in `mercurial.utils.compression`
Fri, 28 Dec 2018 18:14:10 -0500 Matt Harbison help: show advanced, experimental and deprecated extensions with --verbose
Fri, 28 Dec 2018 17:45:27 -0500 Matt Harbison help: remove a duplicate category name entry for TOPIC_CATEGORY_NONE
Wed, 19 Dec 2018 09:33:42 -0800 Martin von Zweigbergk help: hide default value for default-off flags
Wed, 19 Dec 2018 09:20:32 -0800 Martin von Zweigbergk help: show "[no-]" only for default-on Flags
Fri, 14 Dec 2018 13:44:46 -0800 Martin von Zweigbergk help: present boolean arguments as "--[no-]foo"
Fri, 14 Dec 2018 13:33:12 -0800 Martin von Zweigbergk help: show "default: off" for boolean flags that default to off
Fri, 14 Dec 2018 13:20:00 -0800 Martin von Zweigbergk help: use "default: on" instead of "default: True"
Mon, 12 Nov 2018 21:28:54 +0900 Yuya Nishihara help: add internals.extensions topic
Fri, 02 Nov 2018 14:24:29 -0400 Augie Fackler merge with stable
Wed, 24 Oct 2018 10:05:13 -0400 Valentin Gatien-Baron help: describe what ui.tweakdefaults changes, concretely stable
Thu, 18 Oct 2018 19:57:30 -0700 rdamazio help: displaying extension commands by default
Thu, 18 Oct 2018 19:57:05 -0700 rdamazio help: displaying documented aliases by default
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
Fri, 12 Oct 2018 18:49:11 +0200 Rodrigo Damazio help: adding a proper declaration for shortlist/basic commands (API)
Fri, 12 Oct 2018 18:06:32 +0200 Rodrigo Damazio help: assigning topic categories
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Fri, 12 Oct 2018 17:57:36 +0200 Rodrigo Damazio help: splitting the topics by category
Sat, 13 Oct 2018 05:03:50 -0700 rdamazio help: adding support for command categories
Sat, 13 Oct 2018 10:09:12 +0200 Martijn Pieters py3: use py3 as the test tag, dropping the k
Fri, 14 Sep 2018 22:25:44 +0900 Yuya Nishihara help: add internals.wireprotocolrpc to the table
Thu, 06 Sep 2018 21:55:30 +0900 Yuya Nishihara help: add internals.wireprotocolv2 to the table, and remove redundant header
Tue, 28 Aug 2018 20:27:36 -0700 Gregory Szorc internals: document CBOR utilization
Sun, 05 Aug 2018 12:42:10 +0900 Yuya Nishihara help: rewrite parsing of help topic to not drop section name with dots
Sun, 05 Aug 2018 12:20:43 +0900 Yuya Nishihara help: reorder section filtering flow to not format help text twice
Sun, 05 Aug 2018 12:06:07 +0900 Yuya Nishihara help: inline minirst.format()
Mon, 14 May 2018 13:11:04 +0200 David Demelier help: add new deprecated topic
Thu, 03 May 2018 18:22:02 +0900 Yuya Nishihara help: load module doc of disabled extension in extensions.disabledcmd()
Sun, 04 Mar 2018 17:11:33 -0500 Rodrigo Damazio help: supporting both help and doc for aliases
Fri, 23 Mar 2018 11:20:49 -0700 Daniel Ploch fancyopts: prevent mutation of the default value in customopts
Thu, 22 Mar 2018 17:08:25 -0700 Daniel Ploch fancyopts: fix rendering of customopt defaults in help text
Thu, 08 Mar 2018 22:23:02 +0900 Yuya Nishihara templater: split template functions to new module
Sat, 17 Feb 2018 11:19:52 -0700 Gregory Szorc internals: document bundle2 format
Mon, 08 Jan 2018 12:09:43 +0900 Yuya Nishihara help: use cmdutil.parsealiases() to resolve command name
Sun, 27 Dec 2015 14:13:27 +0900 Yuya Nishihara help: list deprecated and experimental extensions if --verbose
Sun, 10 Dec 2017 04:46:39 +0530 Pulkit Goyal py3: handle keyword arguments correctly in help.py
Mon, 30 Oct 2017 20:35:30 -0700 Rodrigo Damazio Bovendorp help: adding a topic on flags
Wed, 01 Nov 2017 13:24:08 -0500 Kevin Bullock internals: copy-edit "register" -> "registrar" in configitem docs stable
Fri, 27 Oct 2017 18:19:07 +0200 Boris Feld internal-doc: document the config register mechanism stable
Sat, 05 Aug 2017 23:15:37 +0900 Yuya Nishihara help: do not abort topicmatch() because of unimportable extensions stable 4.4-rc
Fri, 14 Jul 2017 14:22:40 -0700 Jun Wu codemod: register core configitems using a script
Sun, 28 May 2017 15:49:29 -0400 Augie Fackler help: convert flag default to bytes portably
Thu, 01 Jun 2017 22:24:15 +0900 Yuya Nishihara py3: convert __doc__ back to bytes in help.py
Sun, 21 May 2017 16:57:32 +0900 Yuya Nishihara help: pass commands module by argument
Sun, 28 May 2017 15:51:07 -0400 Augie Fackler help: work around textwrap.dedent() only working on strings
Sun, 28 May 2017 13:28:41 -0400 Augie Fackler help: convert dict to strkwargs
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Fri, 28 Apr 2017 00:49:30 +0530 Pulkit Goyal py3: make sure opts are passed and used correctly in help command
Wed, 19 Apr 2017 17:04:22 -0700 Matt DeVore help: explain how to access subtopics in internals stable
Sat, 01 Apr 2017 13:42:06 -0700 Gregory Szorc help: document bundle specifications
Fri, 10 Mar 2017 17:37:39 -0500 Augie Fackler help: update help.internalstable for new censor docs
Wed, 08 Mar 2017 18:31:33 -0500 Augie Fackler help: avoid mutating passed-in `keep` list in `formattedhelp`
Wed, 01 Mar 2017 20:22:04 +0100 Pierre-Yves David color: update the help table
less more (0) -100 -60 tip