changeset 48946 | 642e31cb55f0 |
parent 48875 | 6000f5b25c9b |
child 49284 | d44e3c45f0e4 |
--- a/hgext/fastannotate/formatter.py Mon Feb 21 13:03:43 2022 -0700 +++ b/hgext/fastannotate/formatter.py Mon Feb 21 13:08:28 2022 -0700 @@ -19,7 +19,7 @@ # imitating mercurial.commands.annotate, not using the vanilla formatter since # the data structures are a bit different, and we have some fast paths. -class defaultformatter(object): +class defaultformatter: """the default formatter that does leftpad and support some common flags""" def __init__(self, ui, repo, opts):