~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-02-28 04:38:46 UTC
  • mfrom: (1581.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060228043846-eb79299c08edb05c
Bugfix aliases to be backwards compatible with plugins providing command.run_argv.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
      please use 'branch.fetch' or 'repository.fetch' depending on your
77
77
      needs. (Robert Collins)
78
78
 
 
79
    * deprecated methods now have a 'is_deprecated' flag on them that can
 
80
      be checked, if you need to determine whether a given callable is 
 
81
      deprecated at runtime. (Robert Collins)
 
82
 
79
83
  TESTING:
80
84
 
81
85
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead