(self)
| 603 | self.OTHER, '-e', *self.commits[self.OTHER]) |
| 604 | |
| 605 | def test_ff(self): |
| 606 | gl.branch(c='tmp', divergent_point='HEAD~2') |
| 607 | gl.switch('tmp') |
| 608 | |
| 609 | gl.fuse('master') |
| 610 | self.__assert_history(self.__build('master')) |
| 611 | |
| 612 | def test_ff_ip_head(self): |
| 613 | gl.branch(c='tmp', divergent_point='HEAD~2') |
nothing calls this directly
no test coverage detected