log hgext/gpg.py @ 5475:3aa5c45874c6

age author description
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
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: add __contains__ and make __getitem__ more useful
Tue, 26 Jun 2007 22:38:57 +0200 Thomas Arendsen Hein Updated command tables in commands.py and hgext extensions.
Sat, 16 Dec 2006 23:36:06 +0100 Thomas Arendsen Hein merge with crew-stable
Sat, 16 Dec 2006 23:11:16 +0100 Thomas Arendsen Hein Make 'hg sign' behave like other commands: Default to current parent.
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Sat, 12 Aug 2006 16:40:12 -0700 Vadim Gelfer remove localrepository.changes.
Tue, 09 May 2006 13:26:16 +0200 Thomas Arendsen Hein gpg extension: Always remove temporary files created by 'hg sigcheck'.
Sun, 30 Apr 2006 21:11:22 +0200 Thomas Arendsen Hein Use better names (hg-{usage}-{random}.{suffix}) for temporary files.
Thu, 02 Feb 2006 19:22:27 +0100 Benoit Boissinot extension gpg.py: really raise the exception in case of invalid data
Wed, 01 Feb 2006 20:20:27 +0100 Benoit Boissinot fix an exception in gpg.py with multiples sigs for the same cset
Wed, 01 Feb 2006 19:37:26 +0100 Benoit Boissinot fixes for gpg.py extension
Wed, 01 Feb 2006 12:55:01 +0100 Thomas Arendsen Hein Added missing space in output of gpg.py
Thu, 12 Jan 2006 13:35:09 +0100 Thomas Arendsen Hein Renamed c, a, d, u to modified, added, removed, unknown for users of changes()
Fri, 16 Dec 2005 11:12:08 -0600 Benoit Boissinot gpg signing extension for hg