diff -r 5b85ba3d7d77 -r 9219165e1cc8 mercurial/commands.py --- a/mercurial/commands.py Mon Feb 06 23:06:01 2017 -0500 +++ b/mercurial/commands.py Mon Feb 06 23:06:10 2017 -0500 @@ -4300,6 +4300,7 @@ hint=('use --all to re-merge all unresolved files')) if show: + ui.pager('resolve') fm = ui.formatter('resolve', opts) ms = mergemod.mergestate.read(repo) m = scmutil.match(repo[None], pats, opts)