Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 31045:8467569991cb
summary: enable pager
author | Augie Fackler <augie@google.com> |
---|---|
date | Mon, 06 Feb 2017 23:06:59 -0500 |
parents | cd9cf641043a |
children | f5d27f5442a0 |
comparison
equal
deleted
inserted
replaced
31044:cd9cf641043a | 31045:8467569991cb |
---|---|
4819 incoming and outgoing changes. This can be time-consuming. | 4819 incoming and outgoing changes. This can be time-consuming. |
4820 | 4820 |
4821 Returns 0 on success. | 4821 Returns 0 on success. |
4822 """ | 4822 """ |
4823 | 4823 |
4824 ui.pager('summary') | |
4824 ctx = repo[None] | 4825 ctx = repo[None] |
4825 parents = ctx.parents() | 4826 parents = ctx.parents() |
4826 pnode = parents[0].node() | 4827 pnode = parents[0].node() |
4827 marks = [] | 4828 marks = [] |
4828 | 4829 |