author | Josef 'Jeff' Sipek <jeffpc@josefsipek.net> |
Wed, 02 Oct 2024 14:53:24 -0400 | |
changeset 52621 | ab4fb2d15bc9 |
parent 52620 | 2b65c9228dc0 |
child 52622 | aa5844ade247 |
--- a/hgext/git/dirstate.py Thu Jan 02 11:33:41 2025 -0500 +++ b/hgext/git/dirstate.py Wed Oct 02 14:53:24 2024 -0400 @@ -465,3 +465,6 @@ self, m1, m2, p1: bytes, narrow_matcher: Optional[Any] = None ) -> Iterator[bytes]: raise NotImplementedError + + def running_status(self, repo): + raise NotImplementedError