24
* ``bzr push`` now checks if uncommitted changes are present in the working
25
tree if the ``--strict`` option is used.
26
(Vincent Ladeuil, #284038)
24
* ``bzr push`` now aborts if uncommitted changes (including pending merges)
25
are present in the working tree (if one is present) and no revision is
26
speified. The configuration option ``push_strict`` can be used to set the
27
default for this behavior. (Vincent Ladeuil, #284038, #322808, #65286)