Skip to content
Snippets Groups Projects
Commit b867b5f0 authored by Siddharth Agarwal's avatar Siddharth Agarwal
Browse files

overlay: regularize mercurial imports

parent 5db7e2be
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,11 @@
#
# incomplete, implemented on demand
from mercurial import ancestor
from mercurial import manifest
from mercurial import context
from mercurial import (
ancestor,
manifest,
context,
)
from mercurial.node import bin, hex, nullid
def _maybehex(n):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment