is there an easy way to export last n commits into a new mq queue and strip the commits from the real repository?
I do often start out developing a new feature, later realising I did something wrong/would want to use MQ to fold patches.
I am currently doing:
It's simple (as long as there are no merges):
hg qimport -r base:tip
And voilà.