Submitter | Augie Fackler |
---|---|
Date | Feb. 19, 2017, 11:13 p.m. |
Message ID | <efe1daeb054101ccdd14.1487545987@imladris.local> |
Download | mbox | patch |
Permalink | /patch/18671/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -4788,6 +4788,7 @@ def status(ui, repo, *pats, **opts): or ui.configbool('ui', 'statuscopies')) and not opts.get('no_status'): copy = copies.pathcopies(repo[node1], repo[node2], m) + ui.pager('status') fm = ui.formatter('status', opts) fmt = '%s' + end showchar = not opts.get('no_status')