Submitter | phabricator |
---|---|
Date | Aug. 1, 2018, 5:08 p.m. |
Message ID | <fc8809f504c77f85c91c2ebd5975896c@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/33021/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/uncommit.py b/hgext/uncommit.py --- a/hgext/uncommit.py +++ b/hgext/uncommit.py @@ -182,7 +182,7 @@ with repo.dirstate.parentchange(): repo.dirstate.setparents(newid, node.nullid) - s = repo.status(old.p1(), old, match=match) + s = old.p1().status(old, match=match) _fixdirstate(repo, old, repo[newid], s) def predecessormarkers(ctx):