/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

More work on supporting roundtripping push.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
    def test_missing_revisions_unknown_stop_rev(self):
65
65
        self.assertEquals([],
66
 
                list(self.interrepo.missing_revisions(["unknown"])))
 
66
                list(self.interrepo.missing_revisions([(None, "unknown")])))