Limit Hg log and equivalent of git-rebase?
Lars Kuhtz
lars at exactcode.de
Fri May 2 07:28:06 UTC 2008
On Friday 02 May 2008 08:39, Bela Babik wrote:
> > Can hg log be made to by default show one page at a time instead of
> > showing the full log so quiclky? Or is there already something in Hg
> > which i am missing completely?
>
> alias hgl='hg log | less -E'
You might use the pager extension by putting something like the following in
your hgrc:
[extensions]
hgext.pager =
[pager]
pager = less
quiet = True
More information about the Mercurial
mailing list