Mercurial > public > mercurial-scm > hg
diff hgext/git/dirstate.py @ 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 | b798ad65ced8 |
children | 482728ca94c1 |
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