REGRESSION in 0.17rc1, doing commit of files with unicode names.

Martin Pool mbp at sourcefrog.net
Mon Jun 18 04:00:02 BST 2007


On 6/18/07, Aaron Bentley <aaron.bentley at utoronto.ca> wrote:
> v$ bzr diff
> === modified file 'bzrlib/commit.py'
> - --- bzrlib/commit.py    2007-06-06 05:56:03 +0000
> +++ bzrlib/commit.py    2007-06-17 23:16:30 +0000
> @@ -117,7 +117,7 @@
>          of its potential impact on performance.
>          """
>          bzrlib.ui.ui_factory.clear_term()
> - -        sys.stderr.write((format + "\n") % args)
> +       note((format + "\n") % args)
>
>      def snapshot_change(self, change, path):
>          if change == 'unchanged':
>
> I was then able to commit.

Yes, just reverting it like that is probably the way to go for 0.17.
Ian did you find it was much faster to go direct to stderr?
-- 
Martin



More information about the bazaar mailing list