hgext/sparse.py
changeset 51863 f4733654f144
parent 51300 fa87eeeb10ca
equal deleted inserted replaced
51862:607e94e01851 51863:f4733654f144
    69 
    69 
    70   [exclude]
    70   [exclude]
    71   tools/tests/**
    71   tools/tests/**
    72 """
    72 """
    73 
    73 
       
    74 from __future__ import annotations
    74 
    75 
    75 from mercurial.i18n import _
    76 from mercurial.i18n import _
    76 from mercurial import (
    77 from mercurial import (
    77     cmdutil,
    78     cmdutil,
    78     commands,
    79     commands,