Added missing space in output of gpg.py
authorThomas Arendsen Hein <thomas@intevation.de>
Wed, 01 Feb 2006 12:55:01 +0100
changeset 1676 0690d0f202e1
parent 1675 03191e1a4230
child 1680 c21b54f7f7b8
Added missing space in output of gpg.py
hgext/gpg.py
--- a/hgext/gpg.py
+++ b/hgext/gpg.py
@@ -163,7 +163,7 @@ def sign(ui, repo, *revs, **opts):
     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)