/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 tests/test_push.py

  • Committer: Jelmer Vernooij
  • Date: 2018-03-05 08:33:31 UTC
  • mto: (0.200.1815 work)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@jelmer.uk-20180305083331-zr1q8bkgjpqf8e69
Only complain about roundtripping if revisions being pushed didn't originally come from git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
    def test_pointless_fetch_refs_old_mapping(self):
60
60
        interrepo = self._get_interrepo(mapping=BzrGitMappingv1())
61
 
        self.assertRaises(NoPushSupport, interrepo.fetch_refs, lambda x: {}, lossy=False)
 
61
        interrepo.fetch_refs(lambda x: {}, lossy=False)
62
62
 
63
63
    def test_pointless_fetch_refs(self):
64
64
        interrepo = self._get_interrepo(mapping=BzrGitMappingExperimental())