##// END OF EJS Templates
safehasattr: pass attribute name as string instead of bytes...
marmoute -
r51510:88362b8b default
parent child Browse files
Show More
@@ -1907,7 +1907,7 b' def debugindex(ui, repo, file_=None, **o'
1907 1907
1908 1908 fm = ui.formatter(b'debugindex', opts)
1909 1909
1910 revlog = getattr(store, b'_revlog', store)
1910 revlog = getattr(store, '_revlog', store)
1911 1911
1912 1912 return revlog_debug.debug_index(
1913 1913 ui,
General Comments 0
You need to be logged in to leave comments. Login now