mercurial/dirstateutils/timestamp.py
changeset 51863 f4733654f144
parent 48875 6000f5b25c9b
child 52056 7ea1cb46b590
equal deleted inserted replaced
51862:607e94e01851 51863:f4733654f144
     1 # Copyright Mercurial Contributors
     1 # Copyright Mercurial Contributors
     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 functools
     8 import functools
     8 import os
     9 import os
     9 import stat
    10 import stat
    10 
    11