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))