Submitter | Augie Fackler |
---|---|
Date | Feb. 19, 2017, 11:13 p.m. |
Message ID | <2bbd0d7759e102d7ed0a.1487545988@imladris.local> |
Download | mbox | patch |
Permalink | /patch/18672/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -4819,6 +4819,7 @@ def summary(ui, repo, **opts): Returns 0 on success. """ + ui.pager('summary') ctx = repo[None] parents = ctx.parents() pnode = parents[0].node()