Mercurial > evolve
changeset 1670:4f5e915ddb71
Spelling: forbidden
author | timeless@gmail.com |
---|---|
date | Fri, 14 Sep 2012 11:28:31 -0400 |
parents | 11d72083883a |
children | 740d755a432d |
files | contrib/nopushpublish.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <rev>` to manually publish them") return ret