log hgext/gpg.py @ 13400:14f3795a5ed7

age author description
Fri, 24 Dec 2010 15:23:01 +0100 Dan Villiom Podlaski Christiansen explicitly close files
Tue, 09 Nov 2010 20:25:56 +0000 Richard Hopkins gpg, commands: fixed util.abort to util.Abort typos stable
Sun, 29 Aug 2010 22:37:58 +0200 Martin Geisler Lowercase error messages stable
Sun, 06 Jun 2010 17:25:00 +0900 FUJIWARA Katsunori help: show value requirement and multiple occurrence of options
Mon, 07 Jun 2010 20:03:32 +0200 Dirkjan Ochtman move working dir/dirstate methods from localrepo to workingctx
Tue, 18 May 2010 16:31:10 +0200 Martin Geisler Use our custom hg reStructuredText role some more
Tue, 23 Feb 2010 22:56:37 +0100 Benoit Boissinot gpg: make 13448eab08ca work when not on repo root
Sat, 20 Feb 2010 15:18:59 +0100 Benoit Boissinot gpg: do not call status on the whole repository, only on '.hgsigs' stable
Fri, 19 Feb 2010 02:23:38 +0100 Benoit Boissinot i18n: mark more strings for translation stable
Mon, 08 Feb 2010 15:36:34 +0100 Benoit Boissinot fix coding style (reported by pylint)
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, 22 Jul 2009 22:50:34 +0200 Martin Geisler do not translate commit messages
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
Sun, 21 Jun 2009 16:45:47 +0200 Dirkjan Ochtman help: add/fix docstrings for a bunch of extensions
Sun, 14 Jun 2009 12:18:46 -0700 Brendan Cully gpg: unbreak 02a12835b17e. We need a test.
Wed, 10 Jun 2009 15:10:21 +0200 Benoit Boissinot use new style classes
Mon, 01 Jun 2009 14:11:32 -0500 Matt Mackall commit: drop the now-unused files parameter
Mon, 01 Jun 2009 13:51:21 -0500 Matt Mackall gpg: use match.exact rather than files for commit
Thu, 07 May 2009 01:33:45 +0200 Martin Geisler gpg: use reverse kwarg to sort sigs in reversed order
Wed, 06 May 2009 23:35:20 +0200 Martin Geisler Removed unnecessary call to dict.keys.
Wed, 06 May 2009 20:30:46 +0300 Giorgos Keramidas gpg: fix traceback in revs{} display code
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace various uses of list.reverse()
Fri, 27 Jun 2008 13:43:29 -0500 Matt Mackall status: clean up all users for unknown files
Fri, 22 Feb 2008 21:18:48 +0100 Thomas Arendsen Hein Document log date ranges and mention 'hg help dates' for all commands (issue998)
Sun, 17 Feb 2008 21:34:28 +0100 Thomas Arendsen Hein Fix bad behaviour when specifying an invalid date (issue700)
Sat, 20 Oct 2007 03:04:34 +0200 Benoit Boissinot gpg: use the same log message format as hg tag
Wed, 08 Aug 2007 12:27:20 +0200 Benoit Boissinot refactor options from cmdtable