60
* ``bzrlib.commands.Command.run_direct`` is no longer needed - the pre
61
2.1 method of calling run() to perform testing or direct use via the API
62
is now possible again. As part of this, the _operation attribute on
63
Command is now transient and only exists for the duration of ``run()``.