##// END OF EJS Templates
extension gpg.py: really raise the exception in case of invalid data
Benoit Boissinot -
r1685:60c3a55c default
parent child Browse files
Show More
@@ -250,7 +250,7 b' def node2txt(repo, node, ver):'
250 250 if ver == "0":
251 251 return "%s\n" % hgnode.hex(node)
252 252 else:
253 util.Abort(_("unknown signature version"))
253 raise util.Abort(_("unknown signature version"))
254 254
255 255 cmdtable = {
256 256 "sign":
General Comments 0
You need to be logged in to leave comments. Login now