branch | stable |
changeset 16551 | ebf6d38c9063 |
parent 16439 | 290850e7aa43 |
child 16687 | e34106fa0dc3 |
child 16717 | 1eede2ea2041 |
--- a/hgext/largefiles/lfcommands.py Sun Apr 29 16:18:46 2012 +0200 +++ b/hgext/largefiles/lfcommands.py Sun Apr 29 22:25:55 2012 +0200 @@ -248,7 +248,7 @@ mctx = context.memctx(rdst, parents, ctx.description(), dstfiles, getfilectx, ctx.user(), ctx.date(), ctx.extra()) ret = rdst.commitctx(mctx) - rdst.dirstate.setparents(ret) + rdst.setparents(ret) revmap[ctx.node()] = rdst.changelog.tip() # Generate list of changed files