# HG changeset patch # User timeless@gmail.com # Date 1347636511 14400 # Node ID 4f5e915ddb71aa8edbf1f3fa5846c6899f02b80e # Parent 11d72083883a18d0c3e65bdfe6fb3b06fff1d60e Spelling: forbidden diff -r 11d72083883a -r 4f5e915ddb71 contrib/nopushpublish.py --- a/contrib/nopushpublish.py Wed Sep 12 17:57:30 2012 -0400 +++ b/contrib/nopushpublish.py Fri Sep 14 11:28:31 2012 -0400 @@ -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 ` to manually publish them") return ret