/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/git/tests/test_blackbox.py

  • Committer: Jelmer Vernooij
  • Date: 2018-11-28 03:07:45 UTC
  • mto: This revision was merged to the branch mainline in revision 7222.
  • Revision ID: jelmer@jelmer.uk-20181128030745-5hvpf253vptj21dz
Report colocated branch name in 'brz info'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
        self.simple_commit()
64
64
        output, error = self.run_bzr(['info'])
65
65
        self.assertEqual(error, '')
66
 
        self.assertTrue("Standalone tree (format: git)" in output)
 
66
        self.assertEqual(
 
67
                output,
 
68
                'Standalone tree (format: git)\n'
 
69
                'Location:\n'
 
70
                '            light checkout root: .\n'
 
71
                '  checkout of co-located branch: master\n')
 
72
 
67
73
 
68
74
    def test_ignore(self):
69
75
        self.simple_commit()