hgext/churn.py
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
Thu, 03 Jun 2010 23:18:18 -0500 Steve Borho color: labeled text should be passed to ui.write() as ui.labeled
Thu, 27 May 2010 22:50:23 +0300 Alexander Solovyov churn: add possibility to include/exclude paths
Wed, 02 Jun 2010 14:28:45 +0200 Alexander Solovyov churn: support spaces in aliases (issue2222)
Wed, 14 Apr 2010 17:58:10 +0900 Nicolas Dumazet pylint, pyflakes: remove unused or duplicate imports
Fri, 02 Apr 2010 15:22:10 -0500 Brodie Rao churn: make use of output labeling
Mon, 15 Mar 2010 18:40:00 +0100 Martin Geisler progress: use a verb in present participle
Thu, 11 Mar 2010 09:11:01 -0500 Eric Eisner churn: use ui.progress instead of --progress
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Fri, 30 Oct 2009 15:43:01 +0200 Alexander Solovyov churn: fix --progress (broken by f3d60543924f)
Fri, 30 Oct 2009 13:40:23 +0200 Alexander Solovyov churn: fix changeset count (broken by 9b127e888640)
Thu, 29 Oct 2009 20:50:24 +0200 Alexander Solovyov churn: ability to display added/removed lines separately
Thu, 29 Oct 2009 19:03:16 -0500 Matt Mackall walkchangerevs: drop ui arg
Thu, 29 Oct 2009 17:07:51 -0500 Matt Mackall walkchangerevs: move 'add' to callback
Tue, 27 Oct 2009 17:01:32 -0500 Matt Mackall walkchangerevs: internalize ctx caching
Sun, 25 Oct 2009 18:43:59 -0500 Matt Mackall walkchangerevs: yield contexts
Sun, 25 Oct 2009 18:43:56 -0500 Matt Mackall walkchangerevs: pull out matchfn
Thu, 08 Oct 2009 01:16:32 -0500 Matt Mackall Merge with i18n
Wed, 16 Sep 2009 23:46:06 +0200 Martin Geisler Merge with main
Tue, 08 Sep 2009 19:46:20 -0300 Wagner Bruna merge with i18n-stable
Sat, 19 Sep 2009 01:15:38 +0200 Martin Geisler do not attempt to translate ui.debug output
Wed, 26 Aug 2009 13:07:27 +0200 Nicolas Dumazet churn: use genexps now that we dropped 2.3 compatibility
Wed, 26 Aug 2009 13:05:51 +0200 Dirkjan Ochtman merge with crew-stable
Mon, 24 Aug 2009 12:47:44 +0200 Nicolas Dumazet churn: issue833 was reintroduced in 9bc46d069a76, correct it and add a test
Thu, 20 Aug 2009 08:34:22 +0200 Dirkjan Ochtman cmdutil: use context objects for walkchangerevs()
Wed, 05 Aug 2009 17:17:06 -0700 Brendan Cully churn: correct output when run in subdirectories
Sun, 26 Jul 2009 01:41:31 +0200 Martin Geisler churn: wrap docstrings at 70 characters
Thu, 23 Jul 2009 00:22:05 +0200 Martin Geisler churn: use reST syntax for literal blocks
Tue, 07 Jul 2009 23:54:42 +0200 Martin Geisler churn: wrapped docstrings at 78 characters
Sun, 05 Jul 2009 11:02:00 +0200 Alejandro Santos compat: use 'key' argument instead of 'cmp' when sorting a list
Wed, 24 Jun 2009 13:42:02 +0200 Dirkjan Ochtman extensions: change descriptions for extensions providing a few commands
Mon, 22 Jun 2009 15:48:08 +0200 Cédric Duval extensions: improve the consistency of synopses
Fri, 19 Jun 2009 13:47:50 +0200 Dirkjan Ochtman kill trailing whitespace
Tue, 16 Jun 2009 22:24:46 +0200 Cédric Duval churn: improve description
Wed, 29 Apr 2009 20:03:54 +0200 Martin Geisler churn: use .hgchurn in repo root as default map file
Sun, 26 Apr 2009 01:25:53 +0200 Martin Geisler add blank line after copyright notices and after header
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Mon, 20 Apr 2009 12:25:45 +0200 Benoit Boissinot i18n: the message should not contain '\r'
Tue, 07 Apr 2009 23:06:50 +0200 Martin Geisler expand "rev" to "revision" in help texts
Sat, 04 Apr 2009 23:16:21 +0200 Martin Geisler churn: word-wrap help texts at 70 characters
Tue, 24 Mar 2009 16:41:41 -0500 Matt Mackall Merge with -stable
Mon, 23 Mar 2009 13:12:07 +0100 Peter Arrenbrecht cleanup: drop unused imports
Wed, 25 Mar 2009 01:49:03 +0530 madhu Returns lines changed for paths specified as arguments correctly.
Sat, 14 Feb 2009 22:40:39 +0100 Jim Correia add --git option to commands supporting --patch (log, incoming, history, tip)
less more (0) -60 tip