diff -r 376395868b7b -r c166b212bdee hgext/git/dirstate.py --- a/hgext/git/dirstate.py Tue Dec 13 10:00:04 2022 +0100 +++ b/hgext/git/dirstate.py Wed Jan 25 18:46:20 2023 +0100 @@ -384,7 +384,7 @@ pass @contextlib.contextmanager - def parentchange(self): + def parentchange(self, repo): # TODO: track this maybe? yield