diff -r 8197b395710e -r 4aa72cdf616f hgext/commitextras.py --- a/hgext/commitextras.py Tue Oct 08 19:35:30 2019 -0700 +++ b/hgext/commitextras.py Sun Oct 06 20:17:41 2019 -0700 @@ -53,7 +53,7 @@ def _commit(orig, ui, repo, *pats, **opts): - if util.safehasattr(repo, b'unfiltered'): + if util.safehasattr(repo, 'unfiltered'): repo = repo.unfiltered() class repoextra(repo.__class__):