mercurial/diffutil.py
changeset 51859 f4733654f144
parent 51140 d6e5bec550f1
child 52645 4cb75772818d
equal deleted inserted replaced
51858:607e94e01851 51859:f4733654f144
     4 # Copyright 2007 Chris Mason <chris.mason@oracle.com>
     4 # Copyright 2007 Chris Mason <chris.mason@oracle.com>
     5 # Copyright 2018 Octobus <octobus@octobus.net>
     5 # Copyright 2018 Octobus <octobus@octobus.net>
     6 #
     6 #
     7 # This software may be used and distributed according to the terms of the
     7 # This software may be used and distributed according to the terms of the
     8 # GNU General Public License version 2 or any later version.
     8 # GNU General Public License version 2 or any later version.
       
     9 
       
    10 from __future__ import annotations
     9 
    11 
    10 import typing
    12 import typing
    11 
    13 
    12 from typing import (
    14 from typing import (
    13     Any,
    15     Any,