diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-27 10:05:34 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-27 10:05:34 -0300 |
commit | f29b88af44614f6254c8abc450d14b9797fdb4af (patch) | |
tree | ebc98e4fc831b6fd04651cd90113f30173096ac3 | |
parent | 653eaac0fcf120902f0f98628f9e962225fe1d1d (diff) | |
download | mediapointer-dvb-s2-f29b88af44614f6254c8abc450d14b9797fdb4af.tar.gz mediapointer-dvb-s2-f29b88af44614f6254c8abc450d14b9797fdb4af.tar.bz2 |
Update README.patches to reflect the newly-added hgimport script
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | README.patches | 7 |
1 files changed, 6 insertions, 1 deletions
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 <mbox file> 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 <URL> + 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. |