merge.recordupdates: mark 'a' files as added unconditionally

See the previous patch for why we do this.
This commit is contained in:
Siddharth Agarwal 2015-11-24 15:26:51 -08:00
parent 3a27c524dc
commit ed64d46a37

View File

@ -1195,7 +1195,6 @@ def recordupdates(repo, actions, branchmerge):
# re-add
for f, args, msg in actions.get('a', []):
if not branchmerge:
repo.dirstate.add(f)
# re-add/mark as modified