author | Thomas Arendsen Hein <thomas@intevation.de> |
Wed, 01 Feb 2006 12:55:01 +0100 | |
changeset 1676 | 0690d0f202e1 |
parent 1675 | 03191e1a4230 |
child 1680 | c21b54f7f7b8 |
hgext/gpg.py | file | annotate | diff | comparison | revisions |
--- 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)