Submitter | Augie Fackler |
---|---|
Date | Feb. 19, 2017, 11:12 p.m. |
Message ID | <6dd615d163eb069405ba.1487545979@imladris.local> |
Download | mbox | patch |
Permalink | /patch/18663/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -2606,6 +2606,7 @@ def grep(ui, repo, pattern, *pats, **opt except error.LookupError: pass + ui.pager('grep') fm = ui.formatter('grep', opts) for ctx in cmdutil.walkchangerevs(repo, matchfn, opts, prep): rev = ctx.rev()