Mon, 10 Jul 2023 19:33:14 +0200 |
Pierre-Yves David |
wrapfunction: use sysstr instead of bytes as argument in "exthelper"
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Tue, 30 Mar 2021 13:05:22 -0700 |
Kyle Lippincott |
exthelper: improve docs to indicate what module vars are needed
|
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)
|