Submitter | phabricator |
---|---|
Date | Dec. 8, 2017, 8:28 p.m. |
Message ID | <3b0a71be03eba8d23ee9042df112cc22@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/26117/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/rebase.py b/hgext/rebase.py --- a/hgext/rebase.py +++ b/hgext/rebase.py @@ -1017,7 +1017,7 @@ # When collapsing in-place, the parent is the common ancestor, we # have to allow merging with it. stats = mergemod.update(repo, rev, True, True, base, collapse, - labels=['dest', 'source']) + labels=['dest', 'source'], wc=wctx) if collapse: copies.duplicatecopies(repo, wctx, rev, dest) else: