changeset 52621:ab4fb2d15bc9

git: add stub for gitdirstate.running_status
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Wed, 02 Oct 2024 14:53:24 -0400
parents 2b65c9228dc0
children aa5844ade247
files hgext/git/dirstate.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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