~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-30 10:20:58 UTC
  • mfrom: (4492.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090630102058-mkgmx4g87dkdpu63
(vila) push --strict is now the default

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
New Features
22
22
************
23
23
 
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)
27
28
 
28
29
 
29
30
Bug Fixes