~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-07-01 19:06:14 UTC
  • mfrom: (4498.2.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090701190614-ypbryxq02zxbf5kv
Add a --strict option to send

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  show revision info for the working tree instead of the branch.
31
31
  (Matthew Fuller, John Arbash Meinel)
32
32
 
 
33
* ``bzr send`` now aborts if uncommitted changes (including pending merges)
 
34
  are present in the working tree and no revision is specified. The
 
35
  configuration option ``send_strict`` can be used to set the default for this
 
36
  behavior.
 
37
  (Vincent Ladeuil, #206577)
 
38
 
33
39
 
34
40
Bug Fixes
35
41
*********