~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_msgeditor.py

forgot my self.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
class MsgEditorTest(TestCaseInTempDir):
28
28
 
29
 
    def make_uncommitted_tree():
 
29
    def make_uncommitted_tree(self):
30
30
        """Build a branch with uncommitted unicode named changes in the cwd."""
31
31
        b = Branch.initialize('.')
32
32
        working_tree = b.working_tree()