I working on a release so I need to specify a list of checked in tasks between two revisions of a branch.
This would work on the default branch hg log -r x:y
But I am not on the default branch, and I cannot find the syntax for specify a branch AND query for checked in between two revisions with hg log.
I think I am missing the obvious here but I don't know where.