# HG changeset patch # User Gregory Szorc # Date 1439019673 25200 # Node ID cfc24c22454e1f63b88309e1607bd9afe1d550cc # Parent a027a0813b44d7717299b600a83efcd9a54c3714 copies: use absolute_import diff -r a027a0813b44 -r cfc24c22454e mercurial/copies.py --- a/mercurial/copies.py Sat Aug 08 00:28:53 2015 -0700 +++ b/mercurial/copies.py Sat Aug 08 00:41:13 2015 -0700 @@ -5,9 +5,15 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. -import util, pathutil +from __future__ import absolute_import + import heapq +from . import ( + pathutil, + util, +) + def _findlimit(repo, a, b): """ Find the last revision that needs to be checked to ensure that a full