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

More work on supporting roundtripping push.

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
 
193
193
    def test_all_revision_ids(self):
194
194
        commit_id = self._do_commit()
195
 
        self.assertEquals(set(["git-v1:%s" % commit_id]),
 
195
        self.assertEquals(
 
196
                set([default_mapping.revision_id_foreign_to_bzr(commit_id)]),
196
197
                self.git_repo.all_revision_ids())
197
198
 
198
199
    def test_get_ancestry_null(self):