~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2008-08-21 16:20:35 UTC
  • mto: This revision was merged to the branch mainline in revision 3643.
  • Revision ID: john@arbash-meinel.com-20080821162035-1zr12m9rx6llkrrq
NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    * ``bzr rm`` is now aliased to ``bzr del`` for the convenience of svn
33
33
      users. (Robert Collins, #205416)
34
34
 
 
35
    * ``FTPTransport.stat()`` would return ``0000`` as the permission bits
 
36
      for the containing ``.bzr/`` directory (it does not implement
 
37
      permissions). This would cause us to set all subdirectories to
 
38
      ``0700`` and files to ``0600`` rather than leaving them unmodified.
 
39
      Now we ignore ``0000`` as the permissions and assume they are
 
40
      invalid. (John Arbash Meinel, #259855)
 
41
    
35
42
    * Running ``bzr st PATH_TO_TREE`` will no longer suppress merge
36
43
      status. Status is also about 7% faster on mozilla sized trees
37
44
      when the path to the root of the tree has been given. Users of