~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-20 12:11:36 UTC
  • mfrom: (5353.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100720121136-r4c42ke7mjobuuo4
(vila) Dont print internal object names in invalid revision spec
        error (Neil Martinsen-Burrell)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
* Check if both --diff-options and --using are set, and exit with error
32
32
  in this case. (Matthäus G. Chajdas, #234708)
33
33
 
 
34
* Don't print internal object name when print an invalid revision spec
 
35
  error.  (Neil Martinsen-Burrell, #598701)
 
36
 
 
37
* `PathNotChild` should not give a traceback.
 
38
  (Martin Pool, #98735)
 
39
 
34
40
* ``Transport.stat`` on a symlink, including a transport pointing directly
35
41
  to a symlink, now returns information about the symlink.
36
42
  (Martin Pool)
37
43
 
38
 
* `PathNotChild` should not give a traceback.
39
 
  (Martin Pool, #98735)
40
 
 
41
44
Improvements
42
45
************
43
46