diff mercurial/hg.py @ 31741:11c253997b0e

destutil: drop now-unused "check" parameter from destupdate()
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 13 Feb 2017 11:32:09 -0800 (2017-02-13)
parents 940c05b25b07
children 7beb3ec34443
line wrap: on
line diff
--- a/mercurial/hg.py
+++ b/mercurial/hg.py
@@ -732,7 +732,7 @@
         movemarkfrom = None
         warndest = False
         if checkout is None:
-            updata = destutil.destupdate(repo, clean=clean, check=check)
+            updata = destutil.destupdate(repo, clean=clean)
             checkout, movemarkfrom, brev = updata
             warndest = True