~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-07-19 13:08:51 UTC
  • mfrom: (5346.3.1 pathnotchild)
  • Revision ID: pqm@pqm.ubuntu.com-20100719130851-igs92yvcf0y7j964
(jameinel) Give a better traceback when a user tries to add files to
 different trees. (Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
Compatibility Breaks
15
15
********************
16
16
 
 
17
* `FileInWrongBranch` is deprecated in favour of `PathNotChild` and no
 
18
  longer raised.
 
19
  (Martin Pool)
 
20
 
17
21
New Features
18
22
************
19
23
 
20
24
Bug Fixes
21
25
*********
22
26
 
 
27
* `PathNotChild` should not give a traceback.
 
28
  (Martin Pool, #98735)
 
29
 
23
30
Improvements
24
31
************
25
32