"qnew" + "transplant"

Benjamin Smedberg benjamin at smedbergs.us
Tue Nov 20 14:13:37 UTC 2012


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




More information about the Mercurial mailing list