diff mercurial/hg.py @ 30962: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
parents 940c05b25b07
children 7beb3ec34443
line wrap: on
line diff
--- a/mercurial/hg.py	Thu Feb 09 09:52:32 2017 -0800
+++ b/mercurial/hg.py	Mon Feb 13 11:32:09 2017 -0800
@@ -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