~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/blackbox.py

Convert most of the front ends commands to use WorkingTree.open_containing

Show diffs side-by-side

added added

removed removed

Lines of Context:
1158
1158
        url = self.get_remote_url('branch/file')
1159
1159
        output = self.capture('log %s' % url)
1160
1160
        self.assertEqual(7, len(output.split('\n')))
1161
 
        
1162
 
 
1163
 
 
1164