Mercurial > hg
diff .hgignore @ 23654:9d56be47b5d6
merge: create 'cm' action for 'get or merge' case
We still have one case of a call to _checkunknownfile() in
manifestmerge(): when force=True and branchmerge=True and the remote
side has a file that the local side doesn't. This combination of
arguments is used by 'hg merge --force', but also by rebase and
unshelve. In this scenario, we try to create the file from the
contents from the remote, but if there is already a local untracked
file in place, we merge it instead.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Mon, 15 Dec 2014 16:45:19 -0800 |
parents | 3232f92360d4 |
children | a1eff44c432b |