hgext/git/gitutil.py
changeset 51859 f4733654f144
parent 49849 de9ffb82ef4d
equal deleted inserted replaced
51858:607e94e01851 51859:f4733654f144
     1 """utilities to assist in working with pygit2"""
     1 """utilities to assist in working with pygit2"""
       
     2 
       
     3 from __future__ import annotations
     2 
     4 
     3 from mercurial.node import bin, sha1nodeconstants
     5 from mercurial.node import bin, sha1nodeconstants
     4 
     6 
     5 pygit2_module = None
     7 pygit2_module = None
     6 
     8