diff -r 55d132525155 -r 642e31cb55f0 hgext/fastannotate/revmap.py --- a/hgext/fastannotate/revmap.py Mon Feb 21 13:03:43 2022 -0700 +++ b/hgext/fastannotate/revmap.py Mon Feb 21 13:08:28 2022 -0700 @@ -48,7 +48,7 @@ _hshlen = 20 -class revmap(object): +class revmap: """trivial hg bin hash - linelog rev bidirectional map also stores a flag (uint8) for each revision, and track renames.