# HG changeset patch # User timeless <timeless@gmail.com> # Date 1574627465 18000 # Sun Nov 24 15:31:05 2019 -0500 # Node ID d5b65c1732bff1395a91d4ba5714d9551991c517 # Parent 055b33b5f8c9c2847e625b23b92fd6c74684306b sort imports diff --git a/hggit/overlay.py b/hggit/overlay.py --- a/hggit/overlay.py +++ b/hggit/overlay.py @@ -7,9 +7,9 @@ from mercurial import ( ancestor, changelog, + context, manifest, match as matchmod, - context, util, ) from mercurial.node import bin, hex, nullid