changeset 49960 | c166b212bdee |
parent 49284 | d44e3c45f0e4 |
child 49961 | 7a8bfc05b691 |
--- a/hgext/absorb.py Tue Dec 13 10:00:04 2022 +0100 +++ b/hgext/absorb.py Wed Jan 25 18:46:20 2023 +0100 @@ -881,7 +881,7 @@ dirstate._fsmonitorstate.invalidate = noop try: - with dirstate.parentchange(): + with dirstate.parentchange(self.repo): dirstate.rebuild(ctx.node(), ctx.manifest(), self.paths) finally: restore()