22
22
from bzrlib.branch import Branch
25
25
from bzrlib.trace import mutter
30
30
def make_uncommitted_tree(self):
31
31
"""Build a branch with uncommitted unicode named changes in the cwd."""
36
36
self.build_tree_contents([(filename, 'contents of hello')])