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