diff -r ab32fd8412a7 -r 8cb848601bec hgext/histedit.py --- a/hgext/histedit.py Thu Jan 05 17:31:11 2023 -0500 +++ b/hgext/histedit.py Thu Jan 05 17:38:14 2023 -0500 @@ -996,7 +996,7 @@ @action( [b'_multifold'], _( - """fold subclass used for when multiple folds happen in a row + b"""fold subclass used for when multiple folds happen in a row We only want to fire the editor for the folded message once when (say) four changes are folded down into a single change. This is