72
73
self.run_bzr(["commit", "--unchanged", "-m", u'foo\xb5'])
73
74
self.assertEqual('', self.run_bzr('unknowns')[0])
75
90
def test_commit_with_path(self):
76
91
"""Commit tree with path of root specified"""
77
92
a_tree = self.make_branch_and_tree('a')