Sun, 22 Nov 2020 15:07:09 -0500 |
Matt Harbison |
exthelper: update the examples to be python3 complaint
|
Tue, 15 Oct 2019 11:06:04 -0400 |
Augie Fackler |
cleanup: hgdemandimport.tracing accepts strings, not bytes
|
Mon, 07 Oct 2019 00:04:04 -0400 |
Gregory Szorc |
py3: finish porting iteritems() to pycompat and remove source transformer
|
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
|
Wed, 15 May 2019 17:18:57 -0400 |
Augie Fackler |
exthelper: add some semi-useful trace logs
|
Thu, 17 Jan 2019 00:16:00 -0500 |
Matt Harbison |
exthelper: drop the addattr() decorator
|
Sun, 30 Dec 2018 22:46:54 -0500 |
Matt Harbison |
exthelper: switch to using the registrar merging method
|
Fri, 28 Dec 2018 00:51:02 -0500 |
Matt Harbison |
exthelper: add some examples for using registrar aliases
|
Thu, 27 Dec 2018 23:46:35 -0500 |
Matt Harbison |
exthelper: reintroduce the ability to register filesets
|
Thu, 27 Dec 2018 21:55:22 -0500 |
Matt Harbison |
exthelper: reintroduce the ability to register templates
|
Thu, 27 Dec 2018 21:26:17 -0500 |
Matt Harbison |
exthelper: reintroduce the ability to register revsets
|
Sun, 23 Dec 2018 21:54:56 -0500 |
Matt Harbison |
exthelper: support the option argument when registering a command
|
Sun, 23 Dec 2018 14:52:43 -0500 |
Matt Harbison |
exthelper: add a cautionary note about adding attributes to containers
|
Thu, 27 Dec 2018 00:10:40 -0500 |
Matt Harbison |
exthelper: drop a compatibility shim with '^command' syntax
|
Sun, 23 Dec 2018 01:05:20 -0500 |
Matt Harbison |
exthelper: correct a documentation typo
|
Sat, 22 Dec 2018 22:44:24 -0500 |
Matt Harbison |
exthelper: drop fileset/revset/template support for now
|
Sat, 22 Dec 2018 22:26:36 -0500 |
Matt Harbison |
exthelper: simplify configitem registration
|
Sat, 22 Dec 2018 21:06:24 -0500 |
Matt Harbison |
extensions: import the exthelper class from evolve 980565468003 (API)
|