vc_status

one of the documented procedures in this installation of the ACS
Usage:
vc_status   path
What it does:
Returns the output of CVS status.
Defined in: /web/philip/tcl/vc-defs.tcl

Source code:


    return [vc_fetch_status $path]


philg@mit.edu