Show More
@@ -51,7 +51,7 b' make command server magic visible' | |||
|
51 | 51 | > opts[b'manifest'] = False |
|
52 | 52 | > opts[b'dir'] = False |
|
53 | 53 | > rl = cmdutil.openrevlog(repo, b'debugprocessors', file_, opts) |
|
54 |
> for flag, proc in rl._flagprocessors. |
|
|
54 | > for flag, proc in rl._flagprocessors.items(): | |
|
55 | 55 | > ui.status(b"registered processor '%#x'\n" % (flag)) |
|
56 | 56 | > EOF |
|
57 | 57 |
General Comments 0
You need to be logged in to leave comments.
Login now