equal
deleted
inserted
replaced
1 # commit.py - fonction to perform commit |
1 # commit.py - fonction to perform commit |
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 from .i18n import _ |
8 from .i18n import _ |
8 from .node import ( |
9 from .node import ( |
9 hex, |
10 hex, |
10 nullrev, |
11 nullrev, |