equal
deleted
inserted
replaced
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 |