I\'m attempting to use the hg log command to show a series of revisions, x through y.
hg log
When I do this:
hg log -r 1+5
hg log -r1:5.
hg log -r1:5
Mercurial has an entire mini-language devoted to selecting revisions for commands (not just for logs). For more information, see hg help revsets (needs Mercurial 1.6+).