From f29b88af44614f6254c8abc450d14b9797fdb4af Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Fri, 27 Jul 2007 10:05:34 -0300 Subject: Update README.patches to reflect the newly-added hgimport script From: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab --- README.patches | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.patches b/README.patches index fda292912..41b237476 100644 --- a/README.patches +++ b/README.patches @@ -287,12 +287,17 @@ should be included at the i) To import contributed stuff to a developer's, a script is provided. This allows an easy import of mbox-based patch emails. - This is done with: + This is done with (called from the root tree directory): ./mailimport For it to work properly, git tools need to be installed on the local machine, since git has a gitimport script that is used by mailimport. + + There's also a helper script to make easier to retrieve patches from + other mercurial repositories. The syntax is: + ./hgimport + Also, hg has a feature, called mqueue, that allows having several patches that can be applied/unapplied for testing. mailimport trusts on it to work, so, this extension should be enabled for mailimport script to work. -- cgit v1.2.3