Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-07 | Add a consistency check tool into hgimport | Mauro Carvalho Chehab | |
From: Mauro Carvalho Chehab <mchehab@infradead.org> Add a consistency tool into hgimport. This tool will follow the node IDs to determine if a patch series follows the same origin, or if there were some merge inside the patch series. This tool helps to check if something wrong might be happen into a patch series, or if troubles will be expected during the -git patchset generation procedures. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> | |||
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> |