Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Sat, 13 Oct 2018 02:17:41 -0700 |
rdamazio |
help: assigning categories to existing commands
|
Thu, 05 Apr 2018 14:21:37 +0530 |
Martin von Zweigbergk |
children: support specifying revision by revset
|
Tue, 03 Apr 2018 00:12:29 +0530 |
Martin von Zweigbergk |
children: use repo['.'] instead of repo['']
|
Sun, 21 Jan 2018 13:03:03 +0900 |
Yuya Nishihara |
cmdutil: drop aliases for logcmdutil functions (API)
|
Sun, 22 Oct 2017 23:53:10 +0530 |
Pulkit Goyal |
py3: handle keyword arguments in hgext/children.py
|
Tue, 31 Oct 2017 06:39:38 +0530 |
Pulkit Goyal |
children: fix the log expansion of `hg children` in doc
stable
|
Sun, 14 May 2017 16:19:47 +0900 |
Yuya Nishihara |
commands: move templates of common command options to cmdutil (API)
|
Sat, 09 Jan 2016 23:07:20 +0900 |
Yuya Nishihara |
registrar: move cmdutil.command to registrar module (API)
|
Tue, 23 Aug 2016 11:26:08 -0400 |
Augie Fackler |
extensions: change magic "shipped with hg" string
|
Wed, 06 Jan 2016 17:18:18 +0000 |
timeless |
children: use double quotes for arguments
|
Tue, 09 Feb 2016 17:34:32 -0800 |
Gregory Szorc |
children: use absolute_import
|
Wed, 06 Jan 2016 17:18:18 +0000 |
timeless |
children: update help with replacement
|
Tue, 28 Apr 2015 16:44:37 -0400 |
Augie Fackler |
extensions: document that `testedwith = 'internal'` is special
|
Thu, 26 Mar 2015 23:56:18 +0900 |
Yuya Nishihara |
children: don't pass filectx to displayer
|
Sun, 04 May 2014 22:25:28 -0700 |
Gregory Szorc |
children: define inferrepo in command decorator
|
Sun, 04 May 2014 21:46:49 -0700 |
Gregory Szorc |
children: declare command using decorator
|
Tue, 16 Oct 2012 11:43:15 -0700 |
Siddharth Agarwal |
commands: don't infer repo for commands like update (issue2748)
|
Tue, 15 May 2012 14:37:49 -0500 |
Augie Fackler |
hgext: mark all first-party extensions as such
|
Fri, 11 May 2012 13:42:37 +0200 |
Martin Geisler |
children: use hg reST role for example
|
Fri, 11 May 2012 06:15:46 -0500 |
Augie Fackler |
children: mark extension as deprecated
|
Sun, 06 Jun 2010 17:25:00 +0900 |
FUJIWARA Katsunori |
help: show value requirement and multiple occurrence of options
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Mon, 28 Dec 2009 17:55:52 +0100 |
Robert Bachmann |
Added support for templatevar "footer" to cmdutil.py
|
Sun, 26 Jul 2009 01:40:37 +0200 |
Martin Geisler |
children: wrap docstrings at 70 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
children: wrapped docstrings at 78 characters
|
Wed, 24 Jun 2009 13:42:02 +0200 |
Dirkjan Ochtman |
extensions: change descriptions for extensions providing a few commands
|
Mon, 22 Jun 2009 15:48:08 +0200 |
Cédric Duval |
extensions: improve the consistency of synopses
|
Sun, 21 Jun 2009 16:45:47 +0200 |
Dirkjan Ochtman |
help: add/fix docstrings for a bunch of extensions
|