Mercurial > hg
changeset 8808:38305de95f1d
gpg: unbreak 02a12835b17e. We need a test.
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Sun, 14 Jun 2009 12:18:46 -0700 |
parents | 8bf6eb68ddaf |
children | 6fce36336e42 |
files | hgext/gpg.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))