diff -r 422d661056be -r f956dc7217fc mercurial/linelog.py --- a/mercurial/linelog.py Mon Jul 30 10:42:37 2018 -0400 +++ b/mercurial/linelog.py Wed Aug 01 23:08:18 2018 -0400 @@ -23,12 +23,12 @@ import abc import struct -from mercurial import ( - pycompat, -) from .thirdparty import ( attr, ) +from . import ( + pycompat, +) _llentry = struct.Struct('>II')