Redirecting to bzr-automirror as hinted by the traceback. You can disable the plugin for a command by doing:
BZR_DISABLE_PLUGINS=automirror bzr commit -m dataproc0
But the bug seems to be unavoidable as far as the following python line is concerned:
trace.mutter("mirroring to targets " % self.targets())
There is nothing the % operator can to 'self.target()'
Redirecting to bzr-automirror as hinted by the traceback.
You can disable the plugin for a command by doing:
BZR_ DISABLE_ PLUGINS= automirror bzr commit -m dataproc0
But the bug seems to be unavoidable as far as the following python line is concerned:
trace. mutter( "mirroring to targets " % self.targets())
There is nothing the % operator can to 'self.target()'