contrib/nopushpublish.py
branchmercurial-3.5
changeset 1698 dd6f090b7342
parent 1670 4f5e915ddb71
--- a/contrib/nopushpublish.py	Thu Feb 11 00:07:54 2016 +0000
+++ b/contrib/nopushpublish.py	Fri May 06 00:00:14 2016 +0200
@@ -27,7 +27,7 @@
 
     ret = orig(repo, remote, outgoing, *args)
     if npublish:
-        raise util.Abort("Publishing push forbiden",
+        raise util.Abort("Publishing push forbidden",
                          hint="Use `hg phase -p <rev>` to manually publish them")
 
     return ret