summaryrefslogtreecommitdiff
path: root/hgimport
AgeCommit message (Collapse)Author
2007-10-17Avoid multiple line comments to be messedMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-10-08Add capability for checking patches using kernel checkpatch.plMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-08-07Add a consistency check tool into hgimportMauro 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-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>