log hgext/show.py @ 35421:9cf37d111acb

age author description
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