One project I work on uses a precommit CVS script to allow for bugID
tracking as part of every commit.
When I say "allow" I mean it requires us to enter either "new" or a
bugID as
part of every commit.
When folks do their commits via the commandline, they are prompted for a
bugID, and if none is given some script is run that [tells them possible
bugIDs or lets them manually nose around the bugs database].
While I have no desire (at the moment) to interface with the script, I would
like to find a way to pass the bugID info from pcl-cvs.
Any ideas?
I suspect that if all else fails I could make sure the commit message begins
with <BugID: ...> and have the precommit script grab the info from there.
In this case, is there an easy way to customize cvs-mode-changelog-commit
and cvs-mode-commit so that the generated log message buffer begins with
"BugID: "?
H