Wed, 04 May 2022 18:17:44 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
Mon, 02 May 2022 22:04:59 -0400 |
Matt Harbison |
doc: use an absolute path in sys.path to work around a python DLL loading bug
stable
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Fri, 12 Feb 2021 13:27:03 -0800 |
Kyle Lippincott |
gendoc: use an empty comment so aliases are separated from previous elements
|
Fri, 12 Feb 2021 11:06:56 -0800 |
Kyle Lippincott |
gendoc: add support for loading extensions from config settings
|
Fri, 12 Feb 2021 11:04:03 -0800 |
Kyle Lippincott |
gendoc: support defaults on customopts a bit better
|
Fri, 06 Nov 2020 13:58:59 -0800 |
Gregory Szorc |
global: use python3 in shebangs
|
Wed, 17 Jun 2020 16:11:11 -0700 |
Kyle Lippincott |
py3: fix broken man page generation, it was generating `(default: NUL*)`
stable
|
Thu, 14 Nov 2019 12:41:33 -0800 |
Martin von Zweigbergk |
i18n: get datapath directly from resourceutil
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
Thu, 07 Nov 2019 13:18:19 -0500 |
Augie Fackler |
cleanup: remove pointless r-prefixes on double-quoted strings
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Fri, 26 Apr 2019 12:41:48 +0200 |
Sietse Brouwer |
gendoc: nest command headers under category headers
|
Fri, 03 May 2019 15:37:08 +0200 |
Sietse Brouwer |
gendoc: guarantee that all commands were processed
|
Fri, 26 Apr 2019 17:53:01 +0200 |
Sietse Brouwer |
gendoc: group commands by category in man page and HTML help
|
Thu, 25 Apr 2019 19:15:17 +0200 |
Sietse Brouwer |
gendoc: indent loop to make next patch more legible
|
Sat, 22 Dec 2018 00:05:39 -0500 |
Matt Harbison |
py3: byteify one more sys.argv in gendoc.py
|
Thu, 20 Dec 2018 18:12:29 -0500 |
Matt Harbison |
py3: byteify sys.argv in gendoc.py
|
Tue, 18 Dec 2018 21:17:27 -0500 |
Matt Harbison |
py3: byteify gendoc.py
|
Fri, 12 Oct 2018 18:06:32 +0200 |
Rodrigo Damazio |
help: assigning topic categories
|
Sat, 13 Oct 2018 05:03:50 -0700 |
rdamazio |
help: adding support for command categories
|
Sat, 13 May 2017 17:53:55 +0900 |
Yuya Nishihara |
gendoc: make sure locale path is set before loading any modules
|
Sat, 22 Oct 2016 14:35:10 +0900 |
Yuya Nishihara |
ui: factor out ui.load() to create a ui without loading configs (API)
|
Tue, 21 Jun 2016 00:50:39 +0900 |
FUJIWARA Katsunori |
check-code: detect "missing _() in ui message" more exactly
|
Fri, 06 May 2016 23:03:41 -0700 |
Sean Farley |
hg-ssh: copy doc string to man page
stable
|
Sun, 17 Apr 2016 00:20:44 +0530 |
Pulkit Goyal |
py3: make gendoc use absolute_import
|
Thu, 17 Dec 2015 10:30:17 +0000 |
Jun Wu |
mercurial: pass ui to extensions.load (issue5007)
|
Tue, 22 Dec 2015 07:59:14 +0000 |
timeless |
doc: add execute bit and fix shbang line for gendoc.py
|
Sat, 12 Dec 2015 13:23:29 -0500 |
Gregory Szorc |
doc: make gendoc.py module import policy aware
|
Sat, 26 Sep 2015 12:06:30 +0900 |
Yuya Nishihara |
help: pass around ui to doc loader (API)
|
Sun, 27 Sep 2015 23:34:37 +0900 |
Yuya Nishihara |
gendoc: use real ui in place of stdout
|
Mon, 23 Jun 2014 09:23:57 -0400 |
Augie Fackler |
gendoc: restore use of callable() since it was readded in Python 3.2
|
Tue, 11 Mar 2014 14:36:40 +0900 |
FUJIWARA Katsunori |
doc: show short description of each commands in generated documents
|
Thu, 20 Feb 2014 09:17:22 +0100 |
Simon Heimberg |
doc: gendoc.py creates valid output for option descriptions with newlines
|
Fri, 08 Nov 2013 14:42:09 +0900 |
FUJIWARA Katsunori |
doc: show details of command options in pages generated by docutils
|
Wed, 03 Jul 2013 21:49:41 +0900 |
Takumi IINO |
gendoc: dispatch print document content by commandline arguments
|
Wed, 03 Jul 2013 21:49:39 +0900 |
Takumi IINO |
gendoc: add showtopic
|
Wed, 03 Jul 2013 21:49:37 +0900 |
Takumi IINO |
gendoc: rename to showdoc from show_doc
|
Thu, 13 Jun 2013 01:36:58 +0200 |
Simon Heimberg |
cleanup: remove unused imports
|
Wed, 15 May 2013 15:44:59 +0900 |
Takumi IINO |
gendoc: extract print help topics into a dedicated function
|
Wed, 15 May 2013 15:44:55 +0900 |
Takumi IINO |
gendoc: make commnd __doc__ and extension __doc__ as translatable
|
Sun, 10 Feb 2013 12:58:57 +0100 |
Dan Villiom Podlaski Christiansen |
help: use a full header for topic titles
|
Wed, 25 Jul 2012 16:40:38 +0900 |
FUJIWARA Katsunori |
doc: unify section level between help topics
stable
|
Sat, 12 May 2012 15:54:54 +0200 |
Brodie Rao |
cleanup: eradicate long lines
|
Mon, 25 Jul 2011 16:24:37 -0500 |
Augie Fackler |
globally: use safehasattr(x, '__call__') instead of hasattr(x, '__call__')
|
Mon, 30 May 2011 11:18:47 +0200 |
Martin Geisler |
gendoc: config help topic is in hgrc.5, do not include it in hg.1
|
Fri, 13 May 2011 11:04:51 -0500 |
Matt Mackall |
extensions: drop maxlength from enabled and disabled
|
Sat, 05 Feb 2011 14:37:25 +0000 |
Javi Merino |
doc: Capitalize the "options" header of mercurial commands
|
Fri, 03 Dec 2010 12:22:56 +0100 |
Thomas Arendsen Hein |
coding style: fix yield used as a function
|
Sat, 23 Oct 2010 00:18:10 +0200 |
Martin Geisler |
gendoc: do not strip 'hg ' from synopsis
stable
|
Sat, 23 Oct 2010 00:11:39 +0200 |
Martin Geisler |
gendoc: support multi-line synopses
stable
|
Sat, 23 Oct 2010 00:01:09 +0200 |
Martin Geisler |
gendoc: re-add indentation to global option table
stable
|
Thu, 21 Oct 2010 21:34:30 +0200 |
Martin Geisler |
merge-tools: fixed typos
stable
|
Wed, 20 Oct 2010 17:45:09 +0200 |
Erik Zielke |
gendoc: automatically create help for default extensions.
|
Tue, 19 Oct 2010 13:50:03 +0200 |
Erik Zielke |
gendoc: dedent documentation from docstrings
|
Wed, 20 Oct 2010 18:08:37 +0200 |
Martin Geisler |
gendoc: add subsection for each command
|
Wed, 20 Oct 2010 18:07:50 +0200 |
Martin Geisler |
gendoc: move section commands to module scope
|
Mon, 18 Oct 2010 14:37:52 +0200 |
Erik Zielke |
gendoc: refactor get_cmd
|
Thu, 15 Jul 2010 14:02:17 +0200 |
Martin Geisler |
gendoc: remove call to callable for py3k compatibility
|
Sun, 06 Jun 2010 17:25:00 +0900 |
FUJIWARA Katsunori |
help: show value requirement and multiple occurrence of options
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Sun, 08 Nov 2009 11:46:38 +0100 |
Martin Geisler |
doc: use titlecase in man page section titles
|
Tue, 20 Oct 2009 22:42:49 +0200 |
Martin Geisler |
gendoc: fix synopsis
|
Sun, 27 Sep 2009 10:12:02 +0200 |
Martin Geisler |
test-gendoc: add tests for all languages
|
Sun, 27 Sep 2009 10:04:51 +0200 |
Martin Geisler |
gendoc: do not wrap encoded string
|
Wed, 05 Aug 2009 16:32:38 +0200 |
Dirkjan Ochtman |
Backed out changeset 5724cd7b3688 (depends on other changes, no tests)
|
Wed, 05 Aug 2009 14:44:36 +0200 |
Cédric Duval |
gendoc: documentation section describing available extensions
|
Sun, 02 Aug 2009 17:42:36 +0200 |
Martin Geisler |
gendoc: make anchors for help topic names
|
Fri, 31 Jul 2009 11:40:03 +0200 |
Martin Geisler |
gendoc: rename underlined/bold to section/subsection
|
Fri, 24 Jul 2009 15:28:29 +0200 |
Martin Geisler |
Merge with crew-stable
|
Fri, 24 Jul 2009 12:20:40 +0200 |
Cédric Duval |
gendoc: don't translate topic strings twice (issue1760)
|
Thu, 16 Jul 2009 23:25:26 +0200 |
Martin Geisler |
doc: use reStructuredText for man and HTML pages
|
Fri, 10 Jul 2009 19:45:31 +0200 |
Cédric Duval |
gendoc: fall back to pure modules if C extensions are not available (issue1711)
|
Sat, 04 Jul 2009 12:12:36 +0200 |
Cédric Duval |
gendoc: fix localization of help topic
|
Fri, 22 May 2009 20:19:22 +0200 |
Ori Avtalion |
gendoc: add missing space in command synopsis
|
Fri, 14 Nov 2008 14:12:16 -0600 |
Matt Mackall |
doc: handle shortened command synopses
|
Tue, 09 Sep 2008 21:32:39 +0200 |
Martin Geisler |
i18n: use gettext instead of _
|
Tue, 09 Sep 2008 21:32:39 +0200 |
Martin Geisler |
restructure helptable
|
Tue, 03 Jun 2008 21:03:51 +0200 |
Johannes Stezenbach |
help: helptable is an ordered collection
|
Wed, 23 Apr 2008 19:40:15 +0200 |
Adrian Buehlmann |
gendoc: add anchors for commands
|
Sun, 06 Apr 2008 13:13:31 +0200 |
Christian Ebert |
gendoc: fix indentation
|
Mon, 20 Aug 2007 21:10:45 -0500 |
Matt Mackall |
gendoc: use demandimport
|
Tue, 05 Dec 2006 16:28:59 -0600 |
Matt Mackall |
Generate docs for help topics
|
Tue, 28 Feb 2006 00:48:49 +0100 |
Benoit Boissinot |
generate hg manpage from commands.py docstring
|