Submitter | phabricator |
---|---|
Date | Aug. 2, 2018, 4:25 a.m. |
Message ID | <cc88b556c39e911526521bfb3f7fa284@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/33089/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/linelog.py b/mercurial/linelog.py --- a/mercurial/linelog.py +++ b/mercurial/linelog.py @@ -23,12 +23,12 @@ import abc import struct -from mercurial import ( - pycompat, -) from .thirdparty import ( attr, ) +from . import ( + pycompat, +) _llentry = struct.Struct('>II')