hgext/gpg.py
changeset 1676 0690d0f202e1
parent 1618 ff339dd21976
child 1681 98eef041f9c7
--- a/hgext/gpg.py	Wed Feb 01 08:50:45 2006 +0100
+++ b/hgext/gpg.py	Wed Feb 01 12:55:01 2006 +0100
@@ -163,7 +163,7 @@
     for x in repo.changes():
         if ".hgsigs" in x and not opts["force"]:
             raise util.Abort("working copy of .hgsigs is changed "
-                             "(please commit .hgsigs manually"
+                             "(please commit .hgsigs manually "
                              "or use --force)")
 
     repo.wfile(".hgsigs", "ab").write(sigmessage)