changeset 50614 | 88362b8bc476 |
parent 50561 | 1ea84989c389 |
child 50616 | 2704dc40cf10 |
--- a/mercurial/debugcommands.py Fri Feb 03 01:03:45 2023 +0100 +++ b/mercurial/debugcommands.py Fri Feb 03 01:04:22 2023 +0100 @@ -1907,7 +1907,7 @@ fm = ui.formatter(b'debugindex', opts) - revlog = getattr(store, b'_revlog', store) + revlog = getattr(store, '_revlog', store) return revlog_debug.debug_index( ui,