~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-04-12 03:09:46 UTC
  • mfrom: (5141.2.1 commands)
  • Revision ID: pqm@pqm.ubuntu.com-20100412030946-4ahe008i86yibsmc
(robertc) Make Command.run safe to call directly. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
Internals
61
61
*********
62
62
 
 
63
* ``bzrlib.commands.Command.run_direct`` is no longer needed - the pre
 
64
  2.1 method of calling run() to perform testing or direct use via the API
 
65
  is now possible again. As part of this, the _operation attribute on
 
66
  Command is now transient and only exists for the duration of ``run()``.
 
67
  (Robert Collins)
 
68
 
63
69
Testing
64
70
*******
65
71