~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-0.11.txt

  • Committer: Zearin
  • Date: 2010-11-12 22:36:19 UTC
  • mto: (5570.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5572.
  • Revision ID: zearin@users.sourceforge.net-20101112223619-1i2oscfgg1xgzuqk
Continued capitalization fixes ([S]FTP, SSH).

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
* Knit files now wait to create their contents until the first data is
37
37
  added. The old code used to create an empty .knit and a .kndx with just
38
 
  the header. However, this caused a lot of extra round trips over sftp.
 
38
  the header. However, this caused a lot of extra round trips over SFTP.
39
39
  This can change the time for ``bzr push`` to create a new remote branch
40
40
  from 160s down to 100s. This also affects ``bzr commit`` performance when
41
41
  adding new files, ``bzr commit`` on a new kernel-like tree drops from 50s
145
145
  take a ``universal_newlines=True``, which helps when checking the output
146
146
  of the command. (John Arbash Meinel)
147
147
 
148
 
* Refactor SFTP vendors to allow easier re-use when ssh is used.
 
148
* Refactor SFTP vendors to allow easier re-use when SSH is used.
149
149
  (Andrew Bennetts)
150
150
 
151
151
* ``Transport.list_dir()`` and ``Transport.iter_files_recursive()`` should always