diff -r 4ec58b157265 -r 3d6efcbbd1c9 hgext/gpg.py --- 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 "