author | Brendan Cully <brendan@kublai.com> |
Sun, 14 Jun 2009 12:18:46 -0700 | |
changeset 8808 | 38305de95f1d |
parent 8807 | 8bf6eb68ddaf |
child 8809 | 6fce36336e42 |
hgext/gpg.py | file | annotate | diff | comparison | revisions |
--- 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))