Submitter | Augie Fackler |
---|---|
Date | Feb. 19, 2017, 11:13 p.m. |
Message ID | <bd38eff9de15d07ea9be.1487545986@imladris.local> |
Download | mbox | patch |
Permalink | /patch/18669/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -4298,6 +4298,7 @@ def resolve(ui, repo, *pats, **opts): 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)