mercurial/utils/stringutil.py
changeset 51859 f4733654f144
parent 51828 4eccb65e444f
child 52644 e627cc25b6f3
equal deleted inserted replaced
51858:607e94e01851 51859:f4733654f144
     5 #  Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
     5 #  Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
     6 #
     6 #
     7 # This software may be used and distributed according to the terms of the
     7 # This software may be used and distributed according to the terms of the
     8 # GNU General Public License version 2 or any later version.
     8 # GNU General Public License version 2 or any later version.
     9 
     9 
       
    10 from __future__ import annotations
    10 
    11 
    11 import ast
    12 import ast
    12 import codecs
    13 import codecs
    13 import re as remod
    14 import re as remod
    14 import textwrap
    15 import textwrap