summaryrefslogtreecommitdiff
path: root/hgimport
AgeCommit message (Collapse)Author
2007-07-27Add a script to allow cherry picking patches from another hg treeMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> This script allows cherry picking patches from other mercurial trees. It identifies the newer patches yet not applied at the current tree and download they to a temporary dir. The script works with other local trees, as well as with remote URLs. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>