you could always do this ..

cvs log -h <filename> | grep ": [0-9]*\.[0-9]*\.0\."

or even better this ;)

cvs log -h <filename> | perl -e "while(<>){if(/\s+([^:]+):\s\d+\.\d+\.0\./)
{ print \"$1\n\"; } }"

Cheers,
Matt.

"Hasbullah Bin Pit (sebol)" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> how to list what available branch in a spesific module
>


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to