# HG changeset patch # User Oleksandr Gavenko # Date 1353792696 -7200 # Node ID b069e5cd5e90aa3a1dec8ee390105f6371e919a3 # Parent d8601c18d27ebf5e6d9b7e29bfe2d2ce9aa511af List of CVS branches. diff -r d8601c18d27e -r b069e5cd5e90 cvs.rst --- a/cvs.rst Fri Nov 23 09:32:07 2012 +0200 +++ b/cvs.rst Sat Nov 24 23:31:36 2012 +0200 @@ -94,3 +94,11 @@ $ rm $file # remove it from local sources $ cvs update $file # get a new copy from the repository +List of CVS branches. +===================== + +There are no such command but this command allow extract such info:: + + $ cd $CVS_PROJ + $ cvs rlog -l -h -b $(cat CVS/Repository) +