Show More
@@ -182,7 +182,7 b' def uncommit(ui, repo, *pats, **opts):' | |||||
182 |
|
182 | |||
183 | with repo.dirstate.parentchange(): |
|
183 | with repo.dirstate.parentchange(): | |
184 | repo.dirstate.setparents(newid, node.nullid) |
|
184 | repo.dirstate.setparents(newid, node.nullid) | |
185 |
s = |
|
185 | s = old.p1().status(old, match=match) | |
186 | _fixdirstate(repo, old, repo[newid], s) |
|
186 | _fixdirstate(repo, old, repo[newid], s) | |
187 |
|
187 | |||
188 | def predecessormarkers(ctx): |
|
188 | def predecessormarkers(ctx): |
General Comments 0
You need to be logged in to leave comments.
Login now