Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-27 | Add a script to allow cherry picking patches from another hg tree | Mauro 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> |