167
167
self.assertRaises(NotBranchError, Branch.open_containing,
168
168
self.get_remote_url('g/p/q'))
169
169
b = Branch.initialize('.')
173
175
# TODO: rewrite this as a regular unittest, without relying on the displayed output
174
176
# >>> from bzrlib.commit import commit