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
|
Sat, 02 May 2009 19:13:29 +0200 |
Martin Geisler |
write options in "-r/--rev" style in help texts
|
Sun, 26 Apr 2009 01:25:53 +0200 |
Martin Geisler |
add blank line after copyright notices and after header
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Sat, 18 Apr 2009 14:40:21 +0200 |
Martin Geisler |
help texts: write command line switches as -a/--abc
|
Tue, 07 Apr 2009 23:06:50 +0200 |
Martin Geisler |
expand "rev" to "revision" in help texts
|
Tue, 07 Apr 2009 22:47:56 +0200 |
Martin Geisler |
expand "dir" to "directory" in help texts
|
Sat, 04 Apr 2009 23:15:37 +0200 |
Martin Geisler |
children: word-wrap help texts at 70 characters
|
Fri, 14 Nov 2008 13:59:25 +0100 |
Dirkjan Ochtman |
cmdutil: use change contexts for cset-printer and cset-templater
|
Thu, 26 Jun 2008 14:35:46 -0500 |
Matt Mackall |
use repo[changeid] to get a changectx
|
Fri, 29 Feb 2008 02:45:12 +0100 |
Thomas Arendsen Hein |
Introduce templateopts and logopts to reduce duplicate option definitions.
|
Tue, 03 Jul 2007 12:50:05 +0200 |
Thomas Arendsen Hein |
children extension: Don't abort when looking at the null revision.
|
Tue, 03 Jul 2007 12:14:25 +0200 |
Thomas Arendsen Hein |
Add extension to provide the 'hg children' command (with tests)
|