changeset 48946 | 642e31cb55f0 |
parent 48875 | 6000f5b25c9b |
child 49077 | 20d151e43429 |
--- a/hgext/git/dirstate.py Mon Feb 21 13:03:43 2022 -0700 +++ b/hgext/git/dirstate.py Mon Feb 21 13:08:28 2022 -0700 @@ -66,7 +66,7 @@ @interfaceutil.implementer(intdirstate.idirstate) -class gitdirstate(object): +class gitdirstate: def __init__(self, ui, root, gitrepo): self._ui = ui self._root = os.path.dirname(root)