mercurial/help.py
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
less more (0) -100 -60 tip