hgext/largefiles/localstore.py
changeset 51863 f4733654f144
parent 48875 6000f5b25c9b
equal deleted inserted replaced
51862:607e94e01851 51863:f4733654f144
     5 #
     5 #
     6 # This software may be used and distributed according to the terms of the
     6 # This software may be used and distributed according to the terms of the
     7 # GNU General Public License version 2 or any later version.
     7 # GNU General Public License version 2 or any later version.
     8 
     8 
     9 '''store class for local filesystem'''
     9 '''store class for local filesystem'''
       
    10 
       
    11 from __future__ import annotations
    10 
    12 
    11 from mercurial.i18n import _
    13 from mercurial.i18n import _
    12 from mercurial.pycompat import open
    14 from mercurial.pycompat import open
    13 from mercurial import util
    15 from mercurial import util
    14 
    16