hgext/releasenotes.py
changeset 48875 6000f5b25c9b
parent 48116 5ced12cfa41b
child 48913 f254fc73d956
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     9 releases. Maintaining these files can be difficult and time consuming.
     9 releases. Maintaining these files can be difficult and time consuming.
    10 The :hg:`releasenotes` command provided by this extension makes the
    10 The :hg:`releasenotes` command provided by this extension makes the
    11 process simpler by automating it.
    11 process simpler by automating it.
    12 """
    12 """
    13 
    13 
    14 from __future__ import absolute_import
       
    15 
    14 
    16 import difflib
    15 import difflib
    17 import errno
    16 import errno
    18 import re
    17 import re
    19 
    18