Sean Farley 9b9f225119 Enable autoflush of output to always show prompts. If piping the output
prior to this patch, the prompt would not appear due to buffering.

Approved by:	flz
2008-04-30 23:27:02 +00:00
..

$FreeBSD$

Summarize scripts abilities and purposes.

- mfc.awk: added by jmg

Takes in a commit message and generates the proper (hopefully) update -j lines
and commit line to do the MFC.

- mfc.sh: added by des

A simple shell script to help MFC an entire directory to a branch where it
does not already exist.

- mfc.pl: added by flz

A perl script that takes a message-id, a commit mail or a query string and
generates a patchset along with a commit message and a commit script if the
user has commit rights.