Mercurial > public > mercurial-scm > hg
diff hgext/gpg.py @ 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 | c5f36402daad |
children | e872ef2e6758 |
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))