22
22
from bzrlib.branch import Branch
23
23
from bzrlib.msgeditor import make_commit_message_template
29
29
def make_uncommitted_tree(self):
30
30
"""Build a branch with uncommitted unicode named changes in the cwd."""
35
35
self.build_tree_contents([(filename, 'contents of hello')])