]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - tools/tools/mfc/README
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / tools / tools / mfc / README
1 $FreeBSD$
2
3 Summarize scripts abilities and purposes.
4
5 - mfc.awk: added by jmg
6
7 Takes in a commit message and generates the proper (hopefully) update -j lines
8 and commit line to do the MFC.
9
10 - mfc.sh: added by des
11
12 A simple shell script to help MFC an entire directory to a branch where it
13 does not already exist.
14
15 - mfc.pl: added by flz
16
17 A perl script that takes a message-id, a commit mail or a query string and
18 generates a patchset along with a commit message and a commit script if the
19 user has commit rights.