~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

News entries for recent merge from John.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
      a connection will be reused, rather than requiring multiple password
81
81
      requests.
82
82
 
 
83
    * bzr revno now takes an optional argument indicating the branch whose
 
84
      revno should be printed.  (Michael Ellerman)
 
85
 
 
86
    * bzr cat defaults to printing the last version of the file.  
 
87
      (#3632, Matthieu Moy)
 
88
 
83
89
  BUG FIXES:
84
90
 
85
91
    * SFTP can walk up to the root path without index errors. (Robert Collins)