hgext/show.py
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Sun, 06 Oct 2019 10:51:16 -0400 Augie Fackler cleanup: mark some ui.(status|note|warn|write) calls as not needing i18n
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
Wed, 03 Apr 2019 11:21:27 -0700 Martin von Zweigbergk cleanup: use set literals where possible
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Sat, 14 Apr 2018 00:13:08 -0700 Martin von Zweigbergk scmutil: make shortesthexnodeidprefix() take a full binary nodeid
Fri, 13 Apr 2018 10:36:03 -0700 Martin von Zweigbergk scmutil: make shortesthexnodeidprefix() use unfiltered repo
Fri, 13 Apr 2018 22:55:01 -0700 Martin von Zweigbergk scmutil: introduce shortesthexnodeidprefix()
Sun, 04 Mar 2018 17:11:33 -0500 Rodrigo Damazio help: supporting both help and doc for aliases
Sat, 17 Mar 2018 11:23:04 +0900 Yuya Nishihara templater: rename .render(mapping) to .renderdefault(mapping) (API)
Sun, 11 Feb 2018 13:06:01 -0800 Gregory Szorc py3: convert __doc__ to bytes
Sun, 21 Jan 2018 13:03:03 +0900 Yuya Nishihara cmdutil: drop aliases for logcmdutil functions (API)
Mon, 25 Dec 2017 22:56:59 +0900 Yuya Nishihara show: use revlog function to compute length of the longest shortest node
Thu, 21 Dec 2017 22:05:30 +0900 Yuya Nishihara templater: move repo, ui and cache to per-engine resources
Wed, 18 Oct 2017 15:05:03 -0700 Jun Wu show: move configitems to core
Sun, 08 Oct 2017 20:16:09 +0200 Boris Feld configitems: register the 'commands.show.aliasprefix' config
Wed, 13 Sep 2017 21:15:46 -0700 Gregory Szorc show: use consistent (and possibly shorter) node lengths
Thu, 03 Aug 2017 21:51:34 -0700 Gregory Szorc show: pass the minimum length for nodes as a template keyword
Mon, 03 Jul 2017 21:26:39 -0700 Gregory Szorc show: document why accidentally quadratic is (probably) acceptable
Mon, 03 Jul 2017 21:18:32 -0700 Gregory Szorc show: also catch AmbiguousCommand
Mon, 03 Jul 2017 21:12:04 -0700 Gregory Szorc show: avoid extra list operations
Mon, 03 Jul 2017 21:10:48 -0700 Gregory Szorc show: tweak warning message
Sat, 01 Jul 2017 22:38:42 -0700 Gregory Szorc show: implement "stack" view
Sun, 25 Jun 2017 22:20:37 -0700 Gregory Szorc show: config option to register aliases for views
Sat, 24 Jun 2017 12:47:25 -0700 Gregory Szorc show: construct changeset templater during dispatch
Sat, 22 Apr 2017 18:42:03 +0900 Yuya Nishihara cmdutil: factor out helper to create changeset_templater with literal template
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)
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Tue, 18 Apr 2017 10:49:46 -0700 Gregory Szorc show: rename "underway" to "work" stable
Thu, 13 Apr 2017 03:17:53 -0700 Ryan McElroy show: make template option actually show up in help
Wed, 12 Apr 2017 20:31:15 -0700 Gregory Szorc show: implement underway view
Wed, 12 Apr 2017 20:28:44 -0700 Gregory Szorc show: fix formatting of multiple commands
Fri, 07 Apr 2017 10:46:32 -0700 Ryan McElroy show: fix corrupt json output with no bookmarks
Fri, 07 Apr 2017 10:26:13 -0700 Ryan McElroy show: tweak plain abort language for clarity
Wed, 05 Apr 2017 00:34:58 +0900 Yuya Nishihara py3: have registrar process docstrings in bytes
Fri, 24 Mar 2017 19:19:00 -0700 Gregory Szorc show: new extension for displaying various repository data
less more (0) tip