hgext/gpg.py
changeset 51863 f4733654f144
parent 50878 bbaac3a222bb
equal deleted inserted replaced
51862:607e94e01851 51863:f4733654f144
     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 or any later version.
     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 from __future__ import annotations
     8 
     9 
     9 import binascii
    10 import binascii
    10 import os
    11 import os
    11 
    12 
    12 from mercurial.i18n import _
    13 from mercurial.i18n import _