mercurial/help.py
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
Tue, 01 Nov 2016 14:50:45 +0000 Jun Wu help: hide command line options marked as "advanced"
Tue, 07 Feb 2017 00:07:53 -0500 Augie Fackler pager: move most help to a new help topic and deprecate extension
Tue, 21 Feb 2017 14:17:31 -0500 Augie Fackler help: move rst formatting of help documents into help.py
Fri, 13 Jan 2017 21:21:02 -0800 Gregory Szorc help: make "mergetool" an alias for "merge-tools"
Wed, 11 Jan 2017 11:37:38 -0800 Martin von Zweigbergk help: merge revsets.txt into revisions.txt
Fri, 16 Dec 2016 09:48:14 -0800 Martin von Zweigbergk help: make multirevs just an alias for revsets
Sun, 09 Oct 2016 03:11:18 +0200 Pierre-Yves David help: backout f3c4edfd35e1 (mark boolean flags with [no-] in help) for now
Tue, 13 Sep 2016 22:58:12 -0400 Augie Fackler help: mark boolean flags with [no-] to explain that they can be negated
Tue, 20 Sep 2016 23:47:46 +0000 timeless help: use single quotes in use warning
Mon, 22 Aug 2016 19:46:39 -0700 Gregory Szorc help: internals topic for wire protocol
Sat, 06 Aug 2016 17:04:22 -0700 Gregory Szorc help: don't try to render a section on sub-topics
Fri, 08 Apr 2016 18:35:49 +0000 timeless help: report source of aliases
Sat, 12 Mar 2016 18:51:07 -0800 Gregory Szorc help: document requirements
Wed, 10 Feb 2016 01:48:58 -0800 Simon Farnsworth help: don't crash in keyword search if an extension fails to provide docs
Thu, 17 Dec 2015 10:30:17 +0000 Jun Wu mercurial: pass ui to extensions.load (issue5007)
Wed, 30 Dec 2015 16:21:57 -0700 Gregory Szorc internals: document revlog format
Mon, 21 Dec 2015 21:33:27 -0800 Gregory Szorc help: use absolute_import
Thu, 17 Dec 2015 22:29:41 +0900 Yuya Nishihara help: add missed last new line to "internals" topic
Mon, 14 Dec 2015 05:29:55 +0000 timeless help: filter extension commands
Sun, 13 Dec 2015 11:19:55 -0800 Gregory Szorc help: support loading sub-topics
Sun, 13 Dec 2015 11:29:01 -0800 Gregory Szorc help: pass sub-topic into help query functions
Sun, 13 Dec 2015 11:04:45 -0800 Gregory Szorc help: pass subtopic into help()
Sun, 13 Dec 2015 10:35:03 -0800 Gregory Szorc help: add "internals" topic
Sun, 13 Dec 2015 10:45:27 -0800 Gregory Szorc help: teach loaddoc to load from a different directory
Wed, 09 Dec 2015 05:56:54 +0000 timeless help: fix help -c/help -e/help -k
Wed, 09 Dec 2015 19:09:35 +0000 timeless help: call filtercmd from topicmatch
Wed, 09 Dec 2015 19:09:06 +0000 timeless help: refactor filtercmd
Mon, 30 Nov 2015 20:45:07 +0000 timeless help: make help deprecated mention the extension
Mon, 30 Nov 2015 20:44:22 +0000 timeless help: make listexts less confusing for deprecated exts
Mon, 02 Nov 2015 23:37:14 +0800 Anton Shestakov help: replace some str.split() calls by str.partition() or str.rpartition()
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Sat, 26 Sep 2015 12:39:13 +0900 Yuya Nishihara templatekw: remove dockeywords hack
Sat, 26 Sep 2015 12:17:44 +0900 Yuya Nishihara help: hide deprecated filesets, revsets and template items if not verbose
Sat, 26 Sep 2015 12:11:46 +0900 Yuya Nishihara help: pass around ui to rewriter hooks (API)
Sat, 26 Sep 2015 12:06:30 +0900 Yuya Nishihara help: pass around ui to doc loader (API)
Sat, 26 Sep 2015 11:50:47 +0900 Yuya Nishihara help: unify handling of DEPRECATED/EXPERIMENTAL keywords
Sat, 26 Sep 2015 11:38:39 +0900 Yuya Nishihara help: include parens in DEPRECATED/EXPERIMENTAL keywords
Sat, 26 Sep 2015 11:25:38 +0900 Yuya Nishihara help: define list of keywords that should be excluded from non-verbose output
Thu, 10 Sep 2015 20:22:37 -0400 timeless help: fix help argument parsing and documentation
Sun, 30 Aug 2015 18:54:31 -0400 timeless help: fix makeitemsdoc English description
Sat, 18 Jul 2015 17:10:28 -0700 Gregory Szorc help: scripting help topic stable
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Mon, 27 Apr 2015 15:12:41 -0700 Siddharth Agarwal help: also hide options marked EXPERIMENTAL stable
Wed, 01 Apr 2015 20:23:58 -0700 Gregory Szorc help: populate template functions via docstrings
Mon, 09 Feb 2015 23:07:39 -0800 Gregory Szorc help.merge-tools: do not double document merge tools
Mon, 09 Feb 2015 14:59:04 -0800 Gregory Szorc help: teach topic symbols how to dedent
less more (0) -100 -60 tip