> hg export tip > ~/foo > cd ../other-repo > hg import ~/foo According to hg help, import and export only works on tip. How can I export and import a range of patches.