mercurial/bundlecaches.py
changeset 51860 1c5810ce737e
parent 51725 278af66e6595
child 51978 aa7f4a45d8fa
equal deleted inserted replaced
51859:f4733654f144 51860:1c5810ce737e
     1 # bundlecaches.py - utility to deal with pre-computed bundle for servers
     1 # bundlecaches.py - utility to deal with pre-computed bundle for servers
     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 
       
     6 from __future__ import annotations
     5 
     7 
     6 import collections
     8 import collections
     7 import typing
     9 import typing
     8 
    10 
     9 from typing import (
    11 from typing import (