~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-04-13 09:19:53 UTC
  • mfrom: (5148.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100413091953-ow6ds0g52xn734v5
Warn when the working tree is dirty instead of failing for dpush,
        push and send

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
Bug Fixes
23
23
*********
24
24
 
 
25
* ``bzr dpush``, ``bzr push`` and ``bzr send`` will now issue a warning
 
26
  instead of failing when dirty trees are involved. The corresponding
 
27
  ``dpush_strict``, ``push_strict`` and ``send_strict`` should be set to
 
28
  True explicitly to get the previous behaviour.  
 
29
  (Vincent Ladeuil, #519319)
 
30
 
25
31
* ``bzrlib.mutabletree.MutableTree.commit`` will now support a passed in
26
32
  config as in previous versions of bzrlib. (Robert Collins)
27
33