Skip to content
Snippets Groups Projects
Commit 0690d0f202e1 authored by Thomas Arendsen Hein's avatar Thomas Arendsen Hein
Browse files

Added missing space in output of gpg.py

parent 03191e1a4230
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment