mercurial/registrar.py
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Sat, 28 Nov 2020 16:59:40 -0500 Matt Harbison registrar: clarify the documentation about some byte strings being required
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Sun, 08 Nov 2020 16:23:35 -0500 Valentin Gatien-Baron strip: move into core
Tue, 01 Sep 2020 22:28:41 -0400 Matt Harbison registrar: fix a documentation typo
Sun, 06 Oct 2019 20:17:41 -0700 Martin von Zweigbergk py3: delete b'' prefix from safehasattr arguments
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
Tue, 09 Jul 2019 00:03:10 -0700 Martin von Zweigbergk py3: store _origdoc as str
Mon, 20 May 2019 08:40:54 +0900 Yuya Nishihara templatekw: change default value of 'requires' to ()
Sat, 18 May 2019 19:56:06 -0400 Matt Harbison templater: drop support for old style keywords (API)
Wed, 02 Jan 2019 21:49:40 -0500 Matt Harbison registrar: minor cleanup to the merge function
Sun, 30 Dec 2018 21:52:26 -0500 Matt Harbison registrar: add a method to merge registrar instances
Thu, 18 Oct 2018 19:57:05 -0700 rdamazio help: displaying documented aliases by default
Fri, 12 Oct 2018 18:49:11 +0200 Rodrigo Damazio help: adding a proper declaration for shortlist/basic commands (API)
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Sat, 13 Oct 2018 05:03:50 -0700 rdamazio help: adding support for command categories
Tue, 14 Aug 2018 20:08:27 +0900 FUJIWARA Katsunori filemerge: set actual capabilities of internal merge tools
Sun, 25 Feb 2018 21:04:33 +0900 Yuya Nishihara templatekw: deprecate old-style template keyword function (API)
Sat, 04 Aug 2018 17:08:33 +0900 Yuya Nishihara fileset: introduce weight constants for readability
Sun, 22 Jul 2018 11:47:29 +0900 Yuya Nishihara fileset: roughly adjust weights of functions
Sat, 21 Jul 2018 15:52:26 +0900 Yuya Nishihara fileset: add stub for weight-based optimization
Sat, 09 Jun 2018 22:31:51 +0900 Yuya Nishihara fileset: remove callexisting flag and mctx.existing() (API)
Thu, 14 Jun 2018 21:18:58 +0900 Yuya Nishihara templatefuncs: declare resource requirements for future use
Sat, 14 Apr 2018 09:23:48 -0700 Gregory Szorc registrar: replace "cmdtype" with an intent-based mechanism (API)
Sun, 18 Mar 2018 16:12:44 +0900 Yuya Nishihara templatefilters: declare input type as date where appropriate
Sun, 18 Mar 2018 15:14:58 +0900 Yuya Nishihara templatefilters: allow declaration of input data type
Thu, 08 Mar 2018 22:23:02 +0900 Yuya Nishihara templater: split template functions to new module
Sun, 25 Feb 2018 13:24:35 +0900 Yuya Nishihara templatekw: add 'requires' flag to switch to exception-safe interface
Thu, 16 Nov 2017 15:01:21 -0800 rlevasseur docs: add args/returns docs for some cmdutil, context, and registrar functions
Wed, 18 Oct 2017 22:10:08 -0700 Martin von Zweigbergk registrar: don't i18n ProgrammingError message
Wed, 18 Oct 2017 22:07:53 -0700 Martin von Zweigbergk registrar: move "constant" possiblecmdtypes to class level
Wed, 20 Sep 2017 04:47:43 +0530 Pulkit Goyal registrar: add support for storing the type of command in func object
Mon, 02 Oct 2017 19:17:04 +0100 Saurabh Singh registrar: fixing typo in comment
Sat, 30 Sep 2017 07:45:41 -0400 Augie Fackler registrar: remove superfluous pass statements
Fri, 01 Sep 2017 19:42:09 -0700 Jun Wu revset: move weight information to predicate
Sun, 06 Aug 2017 01:13:57 +0900 FUJIWARA Katsunori filemerge: move decorator definition for internal merge tools to registrar
Sat, 17 Jun 2017 13:48:20 +0200 Pierre-Yves David configitems: add an official API for extensions to register config item
Mon, 08 May 2017 22:14:56 +0900 Yuya Nishihara registrar: unindent superfluous "if True" block
Mon, 08 May 2017 22:08:40 +0900 Yuya Nishihara registrar: switch @command decorator to class
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Mon, 03 Apr 2017 21:22:39 +0900 Yuya Nishihara templater: add support for keyword arguments
Wed, 05 Apr 2017 00:34:58 +0900 Yuya Nishihara py3: have registrar process docstrings in bytes
Mon, 12 Dec 2016 13:32:45 +0100 Pierre-Yves David registrar: raise a programming error on duplicated registering
Mon, 17 Oct 2016 23:16:55 +0200 Mads Kiilerich spelling: fixes of non-dictionary words
Fri, 07 Oct 2016 08:32:18 -0400 Augie Fackler registrar: make format strings unicodes and not bytes
Sun, 07 Aug 2016 17:58:50 +0900 Yuya Nishihara revset: add 'takeorder' attribute to mark functions that need ordering flag
Wed, 30 Mar 2016 02:10:44 +0900 FUJIWARA Katsunori registrar: add templatefunc to mark a function as template function (API)
Wed, 30 Mar 2016 02:10:44 +0900 FUJIWARA Katsunori registrar: add templatefilter to mark a function as template filter (API)
Sun, 13 Mar 2016 05:17:06 +0900 FUJIWARA Katsunori registrar: add templatekeyword to mark a function as template keyword (API)
Fri, 11 Mar 2016 04:14:54 +0900 FUJIWARA Katsunori registrar: add filesetpredicate to mark a function as fileset predicate
Fri, 11 Mar 2016 04:14:54 +0900 FUJIWARA Katsunori registrar: remove useless base classes (API)
Tue, 08 Mar 2016 23:04:53 +0900 FUJIWARA Katsunori registrar: define revsetpredicate to decorate revset predicate
Tue, 08 Mar 2016 23:04:53 +0900 FUJIWARA Katsunori registrar: introduce new class for registration to replace funcregistrar
Tue, 29 Dec 2015 23:58:30 +0900 FUJIWARA Katsunori registrar: add delayregistrar class to register function in extensions
Tue, 29 Dec 2015 23:58:30 +0900 FUJIWARA Katsunori revset: use decorator to register a function as revset predicate
Tue, 29 Dec 2015 23:58:30 +0900 FUJIWARA Katsunori registrar: add funcregistrar class to register function for specific purpose
less more (0) tip