diff -r e05fd574c922 -r 89b7a7883aee mercurial/localrepo.py --- a/mercurial/localrepo.py Fri Oct 02 22:16:34 2015 -0700 +++ b/mercurial/localrepo.py Fri Oct 02 23:04:52 2015 -0700 @@ -19,7 +19,6 @@ import weakref, errno, os, time, inspect, random import branchmap, pathutil import namespaces -import streamclone propertycache = util.propertycache filecache = scmutil.filecache @@ -1794,8 +1793,6 @@ keyword arguments: heads: list of revs to clone (forces use of pull) stream: use streaming clone if possible''' - streamclone.maybeperformstreamclone(self, remote, heads, stream) - # internal config: ui.quietbookmarkmove quiet = self.ui.backupconfig('ui', 'quietbookmarkmove') try: