mercurial/pure/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 21 Sep 2020 10:09:39 -0700
changeset 45562 03726f5b6092
parent 16438 28a90cdf0ca0
permissions -rw-r--r--
merge: use merge.clean_update() when applicable We have had this higher-level function (higher than `merge.update()`, that is) for a while. Let's simply some callers by using it. I don't know why I didn't do this when I introduced the function. After this patch, there are no remaining callers that call `hg.updaterepo()` with `overwrite=True`. We'll clean that up soon. Differential Revision: https://phab.mercurial-scm.org/D9063
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: