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()``.