log hgext/record.py @ 13075:d73c3034deee

age author description
Fri, 03 Dec 2010 11:30:45 +0100 Thomas Arendsen Hein coding style: fix gratuitous whitespace after Python keywords
Sun, 21 Nov 2010 05:07:06 -0600 timeless record: quote command in use hg commit message
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: always raise PatchError with a message, simplify handling
Mon, 13 Sep 2010 13:08:09 +0200 Martin Geisler patch: break import cycle with cmdutil
Thu, 22 Jul 2010 18:47:46 +0300 timeless record: count lines changed as the number of lines added or removed
Wed, 14 Jul 2010 22:58:29 -0300 Renato Cunha record: removed 'has_key' usage
Thu, 01 Jul 2010 19:27:03 -0300 Renato Cunha record: removed 'reduce' calls (unsupported by py3k)
Thu, 01 Jul 2010 19:27:03 -0300 Renato Cunha record: tuple parameter unpacking is deprecated in py3k
Mon, 31 May 2010 13:55:47 +0200 Martin Geisler Merge with stable
Mon, 31 May 2010 17:13:15 +0900 Nicolas Dumazet record: check that we are not committing a merge before patch selection stable
Mon, 31 May 2010 13:43:03 +0200 Martin Geisler record: better way to find help in docstring stable
Mon, 31 May 2010 14:48:26 +0900 Nicolas Dumazet record: docstring typo stable
Thu, 22 Apr 2010 10:24:49 +0200 Martin Geisler Use hg role in help strings
Sun, 11 Apr 2010 14:25:02 -0500 Matt Mackall mq: promote qnew, demote qinit in short help
Fri, 02 Apr 2010 15:22:15 -0500 Brodie Rao record: make use of output labeling
Sun, 14 Mar 2010 23:10:52 +0100 Martin Geisler record: separate each hunk with a blank line
Fri, 05 Feb 2010 18:46:22 +0100 Dan Villiom Podlaski Christiansen record: function variable naming & signature cleanup.
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
Wed, 11 Nov 2009 22:53:01 +0100 Martin Geisler record: handle translated prompt correctly
Thu, 05 Nov 2009 01:10:43 +0100 Martin Geisler record: use uisetup instead of extsetup to register qrecord
Sun, 01 Nov 2009 02:57:11 +0100 Benoit Boissinot record: get the right position (account for skipped files)
Fri, 16 Oct 2009 11:19:39 +0200 Mads Kiilerich Merge with redone c655432c2c24 (issue1860)
Sat, 19 Sep 2009 01:15:38 +0200 Martin Geisler do not attempt to translate ui.debug output
Sun, 13 Sep 2009 03:04:40 +0300 timeless record: remove superfluous space
Sun, 26 Jul 2009 02:00:58 +0200 Martin Geisler record: wrap docstrings at 70 characters
Thu, 16 Jul 2009 23:25:26 +0200 Martin Geisler commands: use minirst parser when displaying help
Wed, 08 Jul 2009 23:17:10 +0200 Martin Geisler typos: "it's" -> "its"
Tue, 07 Jul 2009 23:54:42 +0200 Martin Geisler record: wrapped docstrings at 78 characters
Sun, 21 Jun 2009 01:13:19 +0200 Simon Heimberg ui: extract choice from prompt