(self, refName: Sequence[str])
| 51 | # TODO: generalize to any repo |
| 52 | @abstractmethod |
| 53 | def push_hook(self, refName: Sequence[str]) -> None: |
| 54 | pass |
| 55 | |
| 56 | # This should be subsumed by push_hook above, but push_hook is |
| 57 | # annoying to implement and this is more direct |