changeset 25149 | 3f0744eeaeaf |
parent 23877 | 7cc77030c557 |
child 25186 | 80c5b2666a96 |
--- a/hgext/gpg.py Sat May 16 14:31:03 2015 -0400 +++ b/hgext/gpg.py Sat May 16 14:30:07 2015 -0400 @@ -255,7 +255,7 @@ if not opts["force"]: msigs = match.exact(repo.root, '', ['.hgsigs']) - if util.any(repo.status(match=msigs, unknown=True, ignored=True)): + if any(repo.status(match=msigs, unknown=True, ignored=True)): raise util.Abort(_("working copy of .hgsigs is changed "), hint=_("please commit .hgsigs manually"))