~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-10-31 22:28:29 UTC
  • mfrom: (2052.4.5 sftp-error-49172)
  • Revision ID: pqm@pqm.ubuntu.com-20061031222829-d691c81a8a20bdb0
(John Arbash Meinel) Fix bug #49172: nicer errors on sftp connection failure

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    * mv correctly handles paths that traverse symlinks. 
24
24
      (Aaron Bentley, #66964)
25
25
 
 
26
    * Give nicer looking error messages when failing to connect over ssh.
 
27
      (John Arbash Meinel, #49172)
 
28
 
26
29
    * Pushing to a remote branch does not currently update the remote working
27
30
      tree. After a remote push, ``bzr status`` and ``bzr diff`` on the remote
28
31
      machine now show that the working tree is out of date.