Can hit the problem by making the blackbox tests use a non-ascii path
like so:

=== modified file 'bzrlib/tests/blackbox/test_conflicts.py'
--- bzrlib/tests/blackbox/test_conflicts.py     2010-11-07 16:32:51 +0000
+++ bzrlib/tests/blackbox/test_conflicts.py     2011-04-13 14:05:01 +0000
@@ -43,7 +43,7 @@
         ('%s/myfile' % (this_path,), 'contentsa2\n'),
         ('%s/my_other_file' % (this_path,), 'contentsa2\n'),
         ])
-    this_tree.rename_one('mydir', 'mydir3')
+    this_tree.rename_one('mydir', u'mydir3\xa0')
     this_tree.commit(message='change')
     this_tree.merge_from_branch(other_tree.branch)
     return this_tree, other_tree

** Changed in: bzr
   Importance: Undecided => Low

** Changed in: bzr
       Status: New => In Progress

** Changed in: bzr
     Assignee: (unassigned) => Martin [gz] (gz)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/686735

Title:
  bzr crashed with UnicodeDecodeError in run_subprocess_command()

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to