author | timeless@gmail.com |
Fri, 14 Sep 2012 11:28:31 -0400 | |
changeset 1670 | 4f5e915ddb71 |
parent 1669 | 11d72083883a |
child 1671 | 740d755a432d |
--- 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