log hgext/churn.py @ 36681:340e4b711df7

age author description
Thu, 15 Feb 2018 17:18:26 +0100 Boris Feld util: extract all date-related utils in utils/dateutil module
Sat, 24 Feb 2018 16:04:57 +0530 Pulkit Goyal py3: convert dict.items() to list explicitly
Sun, 21 Jan 2018 13:03:03 +0900 Yuya Nishihara cmdutil: drop aliases for logcmdutil functions (API)
Mon, 23 Oct 2017 00:01:16 +0530 Pulkit Goyal py3: handle keyword arguments in hgext/churn.py
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)
Mon, 08 May 2017 23:05:01 -0400 Matt Harbison churn: use the non-deprecated template option in the examples stable
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
Sat, 26 Mar 2016 18:01:04 +0900 Yuya Nishihara templater: do not abuse SyntaxError to report errors in template map file
Fri, 11 Mar 2016 22:30:29 +0800 Anton Shestakov churn: specify unit for ui.progress when analyzing revisions
Tue, 09 Feb 2016 17:50:45 -0800 Gregory Szorc churn: use absolute_import
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Tue, 28 Apr 2015 16:44:37 -0400 Augie Fackler extensions: document that `testedwith = 'internal'` is special