# HG changeset patch # User Thomas Arendsen Hein # Date 1138794901 -3600 # Node ID 0690d0f202e1ae27a94ff81c862fd973408481b7 # Parent 03191e1a4230867f4cd9324096242ccb8fbce9aa Added missing space in output of gpg.py diff -r 03191e1a4230 -r 0690d0f202e1 hgext/gpg.py --- 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)