83
83
self.assertEqual([default_mapping.revision_id_foreign_to_bzr(r) for r in (reva, revb)],
84
84
thebranch.revision_history())
88
88
reva = tests.run_git('rev-parse', 'HEAD').strip()
90
89
tests.run_git('tag', '-a', '-m', 'add tag', 'foo')
97
tests.run_git('tag', '-m', 'add tag', 'foo')
97
104
class TestWithGitBranch(tests.TestCaseWithTransport):