hgext/gpg.py
changeset 8706 25e9c71b89de
parent 8701 02a12835b17e
child 8778 c5f36402daad
equal deleted inserted replaced
8705:509083f54e52 8706:25e9c71b89de
   254         message = "\n".join([_("Added signature for changeset %s")
   254         message = "\n".join([_("Added signature for changeset %s")
   255                              % hgnode.short(n)
   255                              % hgnode.short(n)
   256                              for n in nodes])
   256                              for n in nodes])
   257     try:
   257     try:
   258         m = match.exact(['.hgsigs'])
   258         m = match.exact(['.hgsigs'])
   259         repo.commit(None, message, opts['user'], opts['date'], match=m)
   259         repo.commit(message, opts['user'], opts['date'], match=m)
   260     except ValueError, inst:
   260     except ValueError, inst:
   261         raise util.Abort(str(inst))
   261         raise util.Abort(str(inst))
   262 
   262 
   263 def node2txt(repo, node, ver):
   263 def node2txt(repo, node, ver):
   264     """map a manifest into some text"""
   264     """map a manifest into some text"""