##// END OF EJS Templates
gpg: unbreak 02a12835b17e. We need a test.
Brendan Cully -
r8808:38305de9 default
parent child Browse files
Show More
@@ -255,7 +255,7 b' def sign(ui, repo, *revs, **opts):'
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(repo.root, '', ['.hgsigs'])
259 repo.commit(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))
General Comments 0
You need to be logged in to leave comments. Login now