log mercurial/help.py @ 51811:673b07a1db08 default tip

age author description
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Thu, 02 Feb 2023 17:26:10 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Fri, 25 Nov 2022 15:14:40 +0100 Raphaël Gomès branching: merge stable into default
Sun, 20 Nov 2022 22:54:43 -0500 Matt Harbison typing: add type hints to mercurial/help.py
Sun, 20 Nov 2022 15:55:27 -0500 Matt Harbison help: fix a py3 error interpolating Set into b'%s' stable
Thu, 03 Nov 2022 15:43:04 +0100 Raphaël Gomès config: add alias from `hg help rhg` to `hg help rust` stable
Thu, 24 Mar 2022 20:31:44 -0700 Martin von Zweigbergk help: use new function for getting first line of string
Mon, 21 Feb 2022 11:10:08 -0700 Gregory Szorc help: remove pycompat.iteritems()
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 26 Nov 2021 14:28:27 +0100 Raphaël Gomès docs: add documentation about Rust stable
Fri, 01 Oct 2021 12:17:09 +0200 Simon Sapin dirstate-v2: Add internal documentation
Tue, 27 Apr 2021 14:59:45 -0700 Martin von Zweigbergk help: add topic about evolution, based on text from evolve extension
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Mon, 25 Jan 2021 23:08:33 +0100 Pierre-Yves David help: escape ':' (as '\:') when generating command names
Wed, 13 Jan 2021 22:37:21 -0800 Martin von Zweigbergk errors: raise InputError when non-existent help section requested
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Tue, 06 Oct 2020 20:45:52 -0700 Martin von Zweigbergk errors: name arguments to AmbiguousCommand constructor
Wed, 30 Sep 2020 00:33:53 -0700 Ludovic Chabant help: extract logic for listing commands and topics
Mon, 22 Jun 2020 13:32:20 +0200 Pierre-Yves David documentation: add some internals documentation about bid merge
Sun, 29 Mar 2020 14:22:07 -0700 Gregory Szorc extensions: refactor function for obtaining disabled extension help
Mon, 10 Feb 2020 17:31:05 -0500 Augie Fackler cleanup: re-run black on the codebase
Sun, 09 Feb 2020 15:50:36 -0500 Valentin Gatien-Baron help: add a mechanism to change flags' help depending on config
Sat, 28 Dec 2019 23:35:13 -0500 Matt Harbison resourceutil: don't limit resources to the `mercurial` package
Thu, 12 Dec 2019 12:57:13 -0800 Martin von Zweigbergk help: get helptext/ data from `resources` module if available
Thu, 14 Nov 2019 13:18:22 -0800 Martin von Zweigbergk util: remove datapath and swith users over to resourceutil
Wed, 13 Nov 2019 21:52:25 -0500 Matt Harbison help: create packages for the help text
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
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
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
Fri, 06 Feb 2015 20:27:56 -0800 Gregory Szorc help: add web commands to help documentation
Mon, 22 Dec 2014 03:20:50 +0100 Chingis Dugarzhapov help: suggest '-v -e' to get built-in aliases for extensions (issue4461)
Sun, 28 Sep 2014 16:57:47 +0200 Mads Kiilerich help: don't search randomly for help data - trust util.datapath
Sun, 28 Sep 2014 16:57:06 +0200 Mads Kiilerich util: introduce datapath for getting the location of supporting data files
Thu, 04 Sep 2014 09:59:23 -0400 Augie Fackler merge with stable
Sat, 30 Aug 2014 20:06:24 +0200 Gregory Szorc help: only call doc() when it is callable stable
Wed, 13 Aug 2014 19:38:47 +0900 Yuya Nishihara help: provide help of bad alias without executing aliascmd()
Sat, 17 May 2014 21:13:31 +0900 Yuya Nishihara alias: keep error message in "badalias" so that help can see it
Tue, 12 Aug 2014 04:11:32 -0500 Matt Mackall help: normalize helplist hints
Tue, 12 Aug 2014 04:00:42 -0500 Matt Mackall help: fold repeatable option message into option table header
Tue, 12 Aug 2014 03:53:33 -0500 Matt Mackall help: roll option list header into option formatter
Tue, 12 Aug 2014 03:42:09 -0500 Matt Mackall help: refactor helplist optlist mess
Tue, 12 Aug 2014 03:25:51 -0500 Matt Mackall help: normalize topic and extension verbose hints
Tue, 12 Aug 2014 03:18:50 -0500 Matt Mackall help: normalize hint about enabling extensions
Tue, 12 Aug 2014 03:12:24 -0500 Matt Mackall help: normalize extension shadow hint
Tue, 12 Aug 2014 03:09:26 -0500 Matt Mackall help: improve command summary hint
Tue, 12 Aug 2014 03:01:37 -0500 Matt Mackall help: tweak --verbose command help hint
Mon, 23 Jun 2014 09:24:24 -0400 Augie Fackler help: restore use of callable() since it was readded in Python 3.2
Wed, 16 Apr 2014 19:55:40 -0400 Pierre-Yves David help: suggest keyword search when no topic is found
Wed, 16 Apr 2014 20:01:03 -0400 Pierre-Yves David help: provide a more helpful message when no keyword are matched
Sat, 22 Mar 2014 14:46:55 -0500 Matt Mackall help: allow -k to find debug commands
Sat, 15 Mar 2014 16:14:04 +0100 Mads Kiilerich help: let 'hg help debug' show the list of secret debug commands
Mon, 17 Feb 2014 07:39:53 +0100 Simon Heimberg help: filter out deprecated options with untranslated descriptions
Thu, 27 Feb 2014 15:39:07 -0500 Augie Fackler help: exclude deprecated extensions in the disabled part of 'help extensions'
Wed, 06 Nov 2013 16:48:06 -0500 Augie Fackler cleanup: move stdlib imports to their own import statement
Mon, 23 Sep 2013 20:23:25 +0900 FUJIWARA Katsunori help: use full name of extensions to look up them for keyword search stable
Sun, 10 Feb 2013 12:58:57 +0100 Dan Villiom Podlaski Christiansen help: use a full header for topic titles
Sat, 09 Feb 2013 21:51:21 +0000 Dan Villiom Podlaski Christiansen help: move the majority of the help command to the help module
Thu, 18 Oct 2012 10:31:15 +0900 FUJIWARA Katsunori help: indicate help omitting if help document is not fully displayed
Wed, 01 Aug 2012 00:20:10 +0200 Mads Kiilerich help: add 'mergetools' alias for the 'merge-tools' help topic stable
Wed, 01 Aug 2012 14:59:15 +0200 Mads Kiilerich help: use the first topic name from helptable, not the longest alias stable
Wed, 01 Aug 2012 00:18:23 +0200 Mads Kiilerich help: fix helptable indentation stable
Tue, 10 Jul 2012 09:11:53 -0700 epriestley templatekw/help: document the {parents} keyword
Thu, 07 Jun 2012 01:42:50 +0200 Olav Reinert help: fix extension commands help in keyword search
Thu, 07 Jun 2012 15:54:40 +0200 Thomas Arendsen Hein help: fix 'hg help -k' matching an extension without docs
Sun, 03 Jun 2012 17:49:04 +0200 Olav Reinert help: fix keyword search output for extension commands
Sat, 02 Jun 2012 11:22:33 +0200 Olav Reinert help: format extension lists using RST
Mon, 04 Jun 2012 10:45:56 +0400 Nikolaj Sjujskij help: fix search with `-k` option in non-ASCII locales
Fri, 01 Jun 2012 12:01:33 +0200 Olav Reinert help: inline helper function used once only
Fri, 01 Jun 2012 11:58:23 +0200 Olav Reinert minirst: generate tables as a list of joined lines
Tue, 22 May 2012 22:08:41 +0200 Olav Reinert help: move some helper functions to help.py
Sun, 13 May 2012 06:03:11 -0500 Augie Fackler help: add --keyword (-k) for searching help
Sun, 13 May 2012 04:27:08 -0500 Augie Fackler help: introduce topicmatch for finding topics matching a keyword
Tue, 01 May 2012 22:14:51 +0100 A. S. Budden help: add reference to template help (issue3413) stable
Mon, 30 Apr 2012 11:51:24 +0200 Martin Geisler help: consistently use title capitalization for help topics stable
Fri, 09 Mar 2012 22:54:17 +0100 Yann E. MORIN help: strip doctest from dochelp
Sun, 12 Feb 2012 21:38:12 +0900 FUJIWARA Katsunori filemerge: create detail of internal merge tools from documentation string
Thu, 26 Jan 2012 11:23:14 -0600 Matt Mackall help: add phases topic stable
Mon, 25 Jul 2011 16:14:02 -0500 Augie Fackler windows: check util.mainfrozen() instead of ad-hoc checks everywhere
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: add a help topic
Fri, 13 May 2011 12:57:27 -0500 Matt Mackall help: consolidate topic hooks in help.py
Fri, 13 May 2011 11:04:51 -0500 Matt Mackall extensions: move moduledoc to break import loop with help
Fri, 13 May 2011 11:04:51 -0500 Matt Mackall extensions: drop maxlength from enabled and disabled
Mon, 02 May 2011 10:11:18 +0200 Dan Villiom Podlaski Christiansen prevent transient leaks of file handle by using new helper functions
Sun, 17 Apr 2011 23:08:35 +0800 Yun Lee help: move hgignore man page into built-in help (issue2769)
Tue, 05 Apr 2011 12:40:47 +0800 Yun Lee help: sort help topics to make the output more readable (issue2751)
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard help: extract items doc generation function
Sun, 24 Oct 2010 19:28:44 +0200 Patrick Mezard Add subrepos help topic stable
Sat, 23 Oct 2010 19:21:49 +0200 Patrick Mezard help: add topic rewriting hooks stable
Sat, 23 Oct 2010 17:45:49 +0200 Martin Geisler help: add "revset" alias for "revsets" help topic stable
Wed, 20 Oct 2010 16:54:34 +0200 Erik Zielke help: help topic for merge tools
Fri, 24 Sep 2010 12:46:54 -0500 Matt Mackall backout most of 4f8067c94729
Thu, 23 Sep 2010 00:02:31 -0500 Brodie Rao cleanup: use x in (a, b) instead of x == a or x == b
Thu, 02 Sep 2010 12:53:28 +0200 Martin Geisler help: make "hg help hgrc" an alias for "hg help config" stable
Thu, 22 Jul 2010 21:43:45 +0200 Martin Geisler help: make helptable a list instead of a tuple stable
Thu, 17 Jun 2010 17:21:39 +0300 Martin Geisler help: new revsets topic
Wed, 16 Jun 2010 15:20:22 +0530 Faheem Mitha help: add "glossary" topic
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall help: add some help for hgweb.config files
Tue, 16 Mar 2010 16:41:22 +0100 Benoit Boissinot help: it's not necessary to escape quotes
Sun, 07 Feb 2010 14:01:43 +0100 Brodie Rao dispatch: provide help for disabled extensions and commands
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Sat, 07 Nov 2009 22:12:50 +0100 Martin Geisler help: add "hg help config" topic
Sat, 31 Oct 2009 16:56:58 +0100 Benoit Boissinot remove unused imports
Sun, 04 Oct 2009 09:59:13 +0200 Martin Geisler help: move help topics from mercurial/help.py to help/*.txt
Sat, 03 Oct 2009 18:31:20 +0200 Mads Kiilerich cmdutil: templating keywords latesttag and latesttagdistance
Tue, 18 Aug 2009 13:59:30 +0200 Martin Geisler help: align columns "hg help templates" output
Tue, 18 Aug 2009 13:55:34 +0200 Martin Geisler Merge with crew-stable
Tue, 18 Aug 2009 13:40:19 +0200 Martin Geisler help: show results of all date filters
Tue, 18 Aug 2009 13:00:13 +0200 Martin Geisler help: document isodatesec and rfc3339 filters (issue1799)
Thu, 06 Aug 2009 21:35:58 -0700 Bryan O'Sullivan Merge with crew
Thu, 06 Aug 2009 18:48:00 -0700 Bryan O'Sullivan Merge with mpm
Mon, 03 Aug 2009 10:28:09 +0200 Martin Geisler Merge with crew-stable
Sun, 02 Aug 2009 19:21:47 -0700 Stuart W Marks help: improve "hg help revisions"
Mon, 03 Aug 2009 00:02:00 +0200 Martin Geisler help: un-indent list in "hg help diffs"
Mon, 03 Aug 2009 00:01:59 +0200 Martin Geisler help: add "templates" as an alias for "templating" help topic
Mon, 03 Aug 2009 00:01:50 +0200 Martin Geisler help: use field lists for lists of extensions
Sun, 02 Aug 2009 23:38:08 +0200 Martin Geisler help: format templating help topic with a field list
Sun, 02 Aug 2009 16:34:25 +0200 Martin Geisler help: mark literal blocks
Sun, 26 Jul 2009 02:12:53 +0200 Martin Geisler help: wrap help strings at 70 characters
Thu, 16 Jul 2009 23:25:26 +0200 Martin Geisler help: fix bad indentation in template filters list
Thu, 16 Jul 2009 23:25:26 +0200 Martin Geisler doc: use reStructuredText for man and HTML pages
Thu, 16 Jul 2009 23:25:26 +0200 Martin Geisler commands: use minirst parser when displaying help
Wed, 08 Jul 2009 17:14:24 +0200 Martin Geisler help: wrapped help strings at 78 characters
Sat, 04 Jul 2009 12:40:34 +0200 David Wolever help: add #revision syntax to the example valid URLs.
Wed, 24 Jun 2009 19:15:58 +0200 Martin Geisler commands: wrap short descriptions in 'hg help'
Wed, 24 Jun 2009 13:10:05 +0200 Dirkjan Ochtman help: rewrap extension description line length at 78 instead of 70
Sun, 21 Jun 2009 20:35:20 +0200 Cédric Duval help: fixing non-matching example texts
Mon, 22 Jun 2009 00:02:31 +0200 Martin Geisler help: wrap extension descriptions
Sun, 21 Jun 2009 11:23:16 -0400 Greg Ward help: improve grammar/wording of 'extensions' topic
Sun, 21 Jun 2009 17:52:30 +0200 Cédric Duval help: more improvements for the extensions topic
Sun, 21 Jun 2009 16:32:00 +0200 Cédric Duval extensions: move extensions listing functions from mercurial.help