mercurial/wireprototypes.py
changeset 51863 f4733654f144
parent 51729 278af66e6595
child 52124 47981c4bfeee
equal deleted inserted replaced
51862:607e94e01851 51863:f4733654f144
     1 # Copyright 2018 Gregory Szorc <gregory.szorc@gmail.com>
     1 # Copyright 2018 Gregory Szorc <gregory.szorc@gmail.com>
     2 #
     2 #
     3 # This software may be used and distributed according to the terms of the
     3 # This software may be used and distributed according to the terms of the
     4 # GNU General Public License version 2 or any later version.
     4 # GNU General Public License version 2 or any later version.
     5 
     5 
       
     6 from __future__ import annotations
     6 
     7 
     7 import typing
     8 import typing
     8 
     9 
     9 from .node import (
    10 from .node import (
    10     bin,
    11     bin,