~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-08-21 19:06:56 UTC
  • mfrom: (3641.2.2 ftp_mode_259855)
  • Revision ID: pqm@pqm.ubuntu.com-20080821190656-7uoj39e0c3q3b893
(jam) Fix bug #259855,
        if Transport.stat() returns 0 for permission bits, ignore it

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