hgext/gpg.py
branchstable
changeset 10263 25e572394f5c
parent 9183 d0225fa2f6c4
child 10282 08a0f04b56bd
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     1 # Copyright 2005, 2006 Benoit Boissinot <benoit.boissinot@ens-lyon.org>
     1 # Copyright 2005, 2006 Benoit Boissinot <benoit.boissinot@ens-lyon.org>
     2 #
     2 #
     3 # This software may be used and distributed according to the terms of the
     3 # This software may be used and distributed according to the terms of the
     4 # GNU General Public License version 2, incorporated herein by reference.
     4 # GNU General Public License version 2 or any later version.
     5 
     5 
     6 '''commands to sign and verify changesets'''
     6 '''commands to sign and verify changesets'''
     7 
     7 
     8 import os, tempfile, binascii
     8 import os, tempfile, binascii
     9 from mercurial import util, commands, match
     9 from mercurial import util, commands, match