--strict is now the default for push.
* tests/blackbox/test_push.py:
(TestPushStrict.test_push_default,
TestPushStrict.test_push_bogus_config_var_ignored): --strict
defaults to True now.
* builtins.py:
(cmd_push.run): Make --strict true by default. Handle usage in
tree-less branches (uncovered by the test suite !).