Show More
@@ -226,7 +226,7 b' def blackbox(ui, repo, *revs, **opts):' | |||||
226 | if not repo.vfs.exists('blackbox.log'): |
|
226 | if not repo.vfs.exists('blackbox.log'): | |
227 | return |
|
227 | return | |
228 |
|
228 | |||
229 | limit = opts.get('limit') |
|
229 | limit = opts.get(r'limit') | |
230 | fp = repo.vfs('blackbox.log', 'r') |
|
230 | fp = repo.vfs('blackbox.log', 'r') | |
231 | lines = fp.read().split('\n') |
|
231 | lines = fp.read().split('\n') | |
232 |
|
232 |
General Comments 0
You need to be logged in to leave comments.
Login now