Submitter | Siddharth Agarwal |
---|---|
Date | Nov. 30, 2015, 6:34 p.m. |
Message ID | <1e00bbb100ed075df2e0.1448908494@dev666.prn1.facebook.com> |
Download | mbox | patch |
Permalink | /patch/11672/ |
State | Accepted |
Delegated to: | Martin von Zweigbergk |
Headers | show |
Comments
Patch
diff --git a/mercurial/merge.py b/mercurial/merge.py --- a/mercurial/merge.py +++ b/mercurial/merge.py @@ -1195,8 +1195,7 @@ def recordupdates(repo, actions, branchm # re-add for f, args, msg in actions.get('a', []): - if not branchmerge: - repo.dirstate.add(f) + repo.dirstate.add(f) # re-add/mark as modified for f, args, msg in actions.get('am', []):