equal
deleted
inserted
replaced
1905 opts = pycompat.byteskwargs(opts) |
1905 opts = pycompat.byteskwargs(opts) |
1906 store = cmdutil.openstorage(repo, b'debugindex', file_, opts) |
1906 store = cmdutil.openstorage(repo, b'debugindex', file_, opts) |
1907 |
1907 |
1908 fm = ui.formatter(b'debugindex', opts) |
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 return revlog_debug.debug_index( |
1912 return revlog_debug.debug_index( |
1913 ui, |
1913 ui, |
1914 repo, |
1914 repo, |
1915 formatter=fm, |
1915 formatter=fm, |