mercurial/commit.py
changeset 51859 f4733654f144
parent 51754 421c9b3f2f4e
equal deleted inserted replaced
51858:607e94e01851 51859:f4733654f144
     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,