~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2006-02-28 04:31:50 UTC
  • mto: This revision was merged to the branch mainline in revision 1583.
  • Revision ID: robertc@robertcollins.net-20060228043150-fdb9c7f7231b271b
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