Skip to content
Snippets Groups Projects

rewriteutil: make sure to provide branch kwarg to tomemctx()

Merged Raphaël Gomès requested to merge topic/default/tomemctx-branch into branch/default
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -276,6 +276,7 @@ def rewrite(repo, old, head, newbases, commitopts):
if commitopts.get(b'edit'):
editor = cmdutil.commitforceeditor
new = wctx.tomemctx(text=message,
branch=extra[b'branch'],
parents=newbases,
date=date,
extra=extra,
Loading