I have a Mercurial project that has hundreds of commits.
When I want to look at the most recent entries I type
hg log
and then wait
Use the limit parameter: hg log --limit 5
hg log --limit 5