Mercurial > hg
comparison hgext/fastannotate/formatter.py @ 51700:7f0cb9ee0534
Backout accidental publication of a large range of revisions
I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Tue, 23 Jul 2024 10:02:46 +0200 |
parents | 493034cc3265 |
children | ca7bde5dbafb |
comparison
equal
deleted
inserted
replaced
51699:bd1483fd7088 | 51700:7f0cb9ee0534 |
---|---|
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 | |
20 | 19 |
21 # imitating mercurial.commands.annotate, not using the vanilla formatter since | 20 # imitating mercurial.commands.annotate, not using the vanilla formatter since |
22 # the data structures are a bit different, and we have some fast paths. | 21 # the data structures are a bit different, and we have some fast paths. |
23 class defaultformatter: | 22 class defaultformatter: |
24 """the default formatter that does leftpad and support some common flags""" | 23 """the default formatter that does leftpad and support some common flags""" |