hgext/churn.py
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Sat, 30 Jan 2021 18:30:11 +0800 Aay Jay Chan churn: count lines that look like diff headers but are not
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Sun, 04 Oct 2020 13:17:57 +0900 Yuya Nishihara scmutil: move walkchangerevs() from cmdutil
Mon, 21 Sep 2020 12:36:17 +0900 Yuya Nishihara churn: leverage logcmdutil to filter revisions by --date
Thu, 10 Sep 2020 18:01:43 +0900 Yuya Nishihara cmdutil: rewrite walkchangerevs() by using logcmdutil functions
Thu, 10 Sep 2020 16:14:48 +0900 Yuya Nishihara cmdutil: make walkchangerevs() call prepare with matcher instead of filenames
Thu, 17 Sep 2020 15:34:13 +0200 Stephane churn: add an usage example in docstring
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
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
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Sat, 13 Oct 2018 09:47:53 -0400 Augie Fackler churn: remove redundant round()
Sat, 13 Oct 2018 06:02:27 -0400 Augie Fackler churn: use integer division consistently
Sat, 13 Oct 2018 05:58:16 -0400 Augie Fackler churn: fix stack traces on Python 3
Mon, 18 Jun 2018 14:29:08 -0700 Martin von Zweigbergk churn: use progess helper
Mon, 21 May 2018 23:26:53 +0530 Pulkit Goyal py3: use encoding.strfromlocal() instead of pycompat.sysstr()
Sat, 19 May 2018 18:47:20 +0530 Pulkit Goyal py3: make sure we open files in bytes mode
Sat, 19 May 2018 18:21:21 +0530 Pulkit Goyal py3: make sure we pass str to date.strftime()
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
Mon, 04 May 2015 10:01:03 +0900 Yuya Nishihara templater: remove noop calls of parsestring(s, quoted=False) (API)
Tue, 24 Feb 2015 11:37:07 -0500 Jordi GutiƩrrez Hermoso churn: deprecate -t option in favour of -T
Fri, 24 Oct 2014 13:50:00 -0400 Jordi GutiƩrrez Hermoso doc: change 'revision or range' to 'revision or revset' stable
Sun, 04 May 2014 22:24:38 -0700 Gregory Szorc churn: define inferrepo in command decorator
Sun, 04 May 2014 21:46:24 -0700 Gregory Szorc churn: declare command using decorator
Sat, 19 Apr 2014 15:11:25 +0200 Isaac Jurado churn: compute padding with unicode strings stable
Sat, 08 Mar 2014 16:14:08 -0600 Matt Mackall changeset_templater: remove use_template method
Fri, 25 Oct 2013 01:14:18 +0900 FUJIWARA Katsunori doc: use double quotation mark to quote arguments in examples for Windows users stable
Wed, 17 Jul 2013 10:40:40 -0400 Matthew Turk churn: split email aliases from the right
Wed, 12 Dec 2012 02:38:14 +0100 Mads Kiilerich churn: sort users with same churn by name
Tue, 16 Oct 2012 11:43:15 -0700 Siddharth Agarwal commands: don't infer repo for commands like update (issue2748)
Tue, 12 Jun 2012 14:18:18 +0200 Martin Geisler churn: lowercase message
Tue, 15 May 2012 14:37:49 -0500 Augie Fackler hgext: mark all first-party extensions as such
Thu, 08 Mar 2012 13:35:27 -0600 Matt Mackall i18n: fix all remaining uses of % inside _() stable
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall scmutil: switch match users to supplying contexts
Fri, 13 May 2011 14:58:24 -0500 Matt Mackall scmutil: drop aliases in cmdutil for match functions
Fri, 29 Apr 2011 16:34:52 +0200 Alexander Solovyov churn: strip key earlier to avoid false negative seach in aliases
Mon, 13 Dec 2010 16:41:39 +0900 Nicolas Dumazet churn: ignore trailing and leading spaces (issue2546) stable
Sun, 10 Oct 2010 10:06:36 -0500 Augie Fackler termwidth: move to ui.ui from util
Sun, 29 Aug 2010 22:55:37 +0200 Martin Geisler Merge with stable
Sun, 29 Aug 2010 22:46:00 +0200 Martin Geisler churn: do not crash on malformed lines in alias file stable
Sun, 29 Aug 2010 10:54:22 +0200 Ronny Pfannschmidt churn: do not crash on empty lines in alias file stable
Thu, 01 Jul 2010 19:27:03 -0300 Renato Cunha churn: remove tuple parameter unpacking (deprecated in py3k)
Sun, 06 Jun 2010 17:25:00 +0900 FUJIWARA Katsunori help: show value requirement and multiple occurrence of options
Tue, 08 Jun 2010 15:52:41 -0500 Steve Borho Backed out changeset: e1dde7363601
less more (0) -100 -60 tip