Show More
@@ -480,6 +480,7 b' def journal(ui, repo, *args, **opts):' | |||||
480 |
|
480 | |||
481 | limit = cmdutil.loglimit(opts) |
|
481 | limit = cmdutil.loglimit(opts) | |
482 | entry = None |
|
482 | entry = None | |
|
483 | ui.pager('journal') | |||
483 | for count, entry in enumerate(repo.journal.filtered(name=name)): |
|
484 | for count, entry in enumerate(repo.journal.filtered(name=name)): | |
484 | if count == limit: |
|
485 | if count == limit: | |
485 | break |
|
486 | break |
General Comments 0
You need to be logged in to leave comments.
Login now