diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-29 05:42:13 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-29 05:42:13 -0300 |
commit | 941ed87d34bcef83a8a1854d701aab846ba9e7a1 (patch) | |
tree | 2235544c419ffacdd13dbb7875a7aaf4911e822d /hgimport | |
parent | 8e28cf165930d5a4f6c6cbdfae55d6dca28d554b (diff) | |
download | mediapointer-dvb-s2-941ed87d34bcef83a8a1854d701aab846ba9e7a1.tar.gz mediapointer-dvb-s2-941ed87d34bcef83a8a1854d701aab846ba9e7a1.tar.bz2 |
Added a script to run the tree merge procedure
From: Mauro Carvalho Chehab <mchehab@redhat.com>
hgimport was recommending a basic merge procedure. However, with some troubles:
- The procedure only works if the pulled tree creates a new head;
- The merge message should be manually written;
- No sanity checks were done before doing the merge;
- No error status were done.
The new perl script implements a better way to handle it, doing the necessary checks.
hgimport was updated to recommend the script usage.
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'hgimport')
-rwxr-xr-x | hgimport | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -104,5 +104,5 @@ done echo To cherry pick all files, you can do something like: echo "for i in $TMP/*.patch; do ./mailimport \$i; done" -echo "To merge it, the better is to do:" -echo "hg pull $1 && hg merge && hg commit && make && hg push" +echo "To merge it, the better is to run the merge script:" +echo "./v4l/scripts/do_merge.pl $1" |