hgext/gpg.py
changeset 41676 0531dff73d0b
parent 40293 c303d65d2e34
child 42235 ade02721d3fa
--- a/hgext/gpg.py	Sun Feb 10 14:35:36 2019 -0800
+++ b/hgext/gpg.py	Sat Feb 09 22:50:53 2019 -0800
@@ -297,7 +297,7 @@
         return
 
     if not opts["force"]:
-        msigs = match.exact(repo.root, '', ['.hgsigs'])
+        msigs = match.exact(['.hgsigs'])
         if any(repo.status(match=msigs, unknown=True, ignored=True)):
             raise error.Abort(_("working copy of .hgsigs is changed "),
                              hint=_("please commit .hgsigs manually"))