mercurial/commands.py
changeset 31043 9219165e1cc8
parent 31042 5b85ba3d7d77
child 31044 cd9cf641043a
--- 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)