hgext/fastannotate/formatter.py
changeset 51690 493034cc3265
parent 49284 d44e3c45f0e4
child 51700 7f0cb9ee0534
equal deleted inserted replaced
51689:39e2b2d062c1 51690:493034cc3265
    14     pycompat,
    14     pycompat,
    15     templatefilters,
    15     templatefilters,
    16     util,
    16     util,
    17 )
    17 )
    18 from mercurial.utils import dateutil
    18 from mercurial.utils import dateutil
       
    19 
    19 
    20 
    20 # imitating mercurial.commands.annotate, not using the vanilla formatter since
    21 # imitating mercurial.commands.annotate, not using the vanilla formatter since
    21 # the data structures are a bit different, and we have some fast paths.
    22 # the data structures are a bit different, and we have some fast paths.
    22 class defaultformatter:
    23 class defaultformatter:
    23     """the default formatter that does leftpad and support some common flags"""
    24     """the default formatter that does leftpad and support some common flags"""