~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_outside_wt.py

Merge integration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        cwd = os.getcwdu()
32
32
        out, err = self.run_bzr('log', retcode=3)
33
33
 
34
 
        self.assertEqual(u'bzr: ERROR: Not a branch: %s\n' % (cwd,),
 
34
        self.assertEqual(u'bzr: ERROR: Not a branch: %s/\n' % (cwd,),
35
35
                         err)
36
36
 
37
37
    def test_url_log(self):