Show More
@@ -890,7 +890,7 b' def perfphasesremote(ui, repo, dest=None' | |||||
890 | @command(b'perfmanifest',[ |
|
890 | @command(b'perfmanifest',[ | |
891 | (b'm', b'manifest-rev', False, b'Look up a manifest node revision'), |
|
891 | (b'm', b'manifest-rev', False, b'Look up a manifest node revision'), | |
892 | (b'', b'clear-disk', False, b'clear on-disk caches too'), |
|
892 | (b'', b'clear-disk', False, b'clear on-disk caches too'), | |
893 | ], b'REV|NODE') |
|
893 | ] + formatteropts, b'REV|NODE') | |
894 | def perfmanifest(ui, repo, rev, manifest_rev=False, clear_disk=False, **opts): |
|
894 | def perfmanifest(ui, repo, rev, manifest_rev=False, clear_disk=False, **opts): | |
895 | """benchmark the time to read a manifest from disk and return a usable |
|
895 | """benchmark the time to read a manifest from disk and return a usable | |
896 | dict-like object |
|
896 | dict-like object |
General Comments 0
You need to be logged in to leave comments.
Login now