# HG changeset patch # User Matt Mackall # Date 1382376398 25200 # Node ID 2bf99bc5077aceca8664ca46ee679fb9840d5f71 # Parent 7d99bff0f77cb40f92e13ad17f9c67d9fe07e2a1 help: minor tweak to push help diff -r 7d99bff0f77c -r 2bf99bc5077a mercurial/commands.py --- a/mercurial/commands.py Sat Oct 12 18:51:34 2013 -0700 +++ b/mercurial/commands.py Mon Oct 21 10:26:38 2013 -0700 @@ -4652,7 +4652,7 @@ only create a new branch without forcing other changes. .. note:: - Extra care should be used with the -f/--force option, + Extra care should be taken with the -f/--force option, which will push all new heads on all branches, an action which will almost always cause confusion for collaborators.