# HG changeset patch # User Brendan Cully # Date 1245007126 25200 # Node ID 38305de95f1dace2ae8f3dbea95a7180a74818ca # Parent 8bf6eb68ddaf1e6b8fa9247d9071f9458e66a6b6 gpg: unbreak 02a12835b17e. We need a test. diff -r 8bf6eb68ddaf -r 38305de95f1d hgext/gpg.py --- a/hgext/gpg.py Sat Jun 13 18:16:44 2009 -0500 +++ b/hgext/gpg.py Sun Jun 14 12:18:46 2009 -0700 @@ -255,7 +255,7 @@ % hgnode.short(n) for n in nodes]) try: - m = match.exact(['.hgsigs']) + m = match.exact(repo.root, '', ['.hgsigs']) repo.commit(message, opts['user'], opts['date'], match=m) except ValueError, inst: raise util.Abort(str(inst))