Show More
@@ -3259,6 +3259,7 b' def amend(ui, repo, old, extra, pats, op' | |||
|
3259 | 3259 | if opts.get(b'secret'): |
|
3260 | 3260 | commitphase = phases.secret |
|
3261 | 3261 | newid = repo.commitctx(new) |
|
3262 | ms.reset() | |
|
3262 | 3263 | |
|
3263 | 3264 | # Reroute the working copy parent to the new changeset |
|
3264 | 3265 | repo.setparents(newid, nullid) |
General Comments 0
You need to be logged in to leave comments.
Login now