hgext/gpg.py
changeset 6760 4faaa0535ea7
parent 6163 1f733c2f0165
child 8210 344751cd8cb8
--- a/hgext/gpg.py	Thu Jun 26 18:49:45 2008 -0500
+++ b/hgext/gpg.py	Fri Jun 27 13:43:29 2008 -0500
@@ -239,7 +239,7 @@
         repo.opener("localsigs", "ab").write(sigmessage)
         return
 
-    for x in repo.status()[:5]:
+    for x in repo.status(unknown=True)[:5]:
         if ".hgsigs" in x and not opts["force"]:
             raise util.Abort(_("working copy of .hgsigs is changed "
                                "(please commit .hgsigs manually "