hgext/gpg.py
changeset 2875 3d6efcbbd1c9
parent 2231 9a2f4b2e7cf1
child 3891 6b4127c7d52a
child 3916 b1806b211910
--- a/hgext/gpg.py	Sat Aug 12 16:13:27 2006 -0700
+++ b/hgext/gpg.py	Sat Aug 12 16:40:12 2006 -0700
@@ -221,7 +221,7 @@
         repo.opener("localsigs", "ab").write(sigmessage)
         return
 
-    for x in repo.changes():
+    for x in repo.status()[:5]:
         if ".hgsigs" in x and not opts["force"]:
             raise util.Abort(_("working copy of .hgsigs is changed "
                                "(please commit .hgsigs manually "