Submitter | phabricator |
---|---|
Date | Dec. 21, 2017, 12:45 a.m. |
Message ID | <differential-rev-PHID-DREV-tl65tc7wgel4xijwmi4b-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/26375/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/hgext/journal.py b/hgext/journal.py --- a/hgext/journal.py +++ b/hgext/journal.py @@ -480,6 +480,7 @@ limit = cmdutil.loglimit(opts) entry = None + ui.pager('journal') for count, entry in enumerate(repo.journal.filtered(name=name)): if count == limit: break