Is there a shortcut which combines `hg qnew` and `hg transplant`? I often find myself backporting patches by doing something like: hg transplant -s ../trunk-repo csetid hg qimport -r. hg qref (add backport/approval information to the commit message) hg qfin hg push --BDS