~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-08-29 20:20:38 UTC
  • mfrom: (1951.1.12 sftp refactoring 2)
  • mto: This revision was merged to the branch mainline in revision 1969.
  • Revision ID: john@arbash-meinel.com-20060829202038-ea1bede06b14bec8
[merge] Andrew Bennetts: refactor sftp vendor support

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
  INTERNALS:
15
15
 
 
16
    * Refactor SFTP vendors to allow easier re-use when ssh is used. 
 
17
      (Andrew Bennetts)
 
18
 
16
19
    * Transport.list_dir() and Transport.iter_files_recursive() should always
17
20
      return urlescaped paths. This is now tested (there were bugs in a few
18
21
      of the transports) (Andrew Bennetts, David Allouche, John Arbash Meinel)