/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_remote.py

  • Committer: Jelmer Vernooij
  • Date: 2020-03-22 18:52:18 UTC
  • mto: (7490.7.7 work)
  • mto: This revision was merged to the branch mainline in revision 7501.
  • Revision ID: jelmer@jelmer.uk-20200322185218-4q1r1g0gof7ya53j
Fix reference handling.

Show diffs side-by-side

added added

removed removed

Lines of Context:
567
567
        self.assertEqual(
568
568
            {'': 'master', 'blah': 'blah', 'master': 'master'},
569
569
            {n: b.name for (n, b) in remote.get_branches().items()})
 
570
        self.assertEqual(['', 'blah', 'master'], remote.branch_names())
570
571
 
571
572
    def test_remove_tag(self):
572
573
        c1 = self.remote_real.do_commit(