def test_ensure_other_branch(self) -> None:
_git(self.upstream, 'checkout', '-b', 'otherbranch')
_commit_file(self.upstream, 'foofile', 'foo', 'Foo')
rev = _git(self.upstream, 'log', '--format=%H', '-n1').strip().decode()
d = git_cache.ensure_rev_available(self.upstream, 'otherbranch', rev)
def test_ensure_other_branch(self) -> None:
_git(self.upstream, 'checkout', '-b', 'otherbranch')
_commit_file(self.upstream, 'foofile', 'foo', 'Foo')
rev = _git(self.upstream, 'log', '--format=%H', '-n1').strip().decode()
d = git_cache.ensure_rev_available(self.upstream, 'otherbranch', rev)