# HG changeset patch # User Oleksandr Gavenko # Date 1450435635 -7200 # Node ID b4a5c76521df02c297ea0447819c2df77383492d # Parent f001ff60c027fdd3c9930b845e5af58ebcdad03b Fix typo. diff -r f001ff60c027 -r b4a5c76521df cvs.rst --- a/cvs.rst Fri Dec 18 12:30:28 2015 +0200 +++ b/cvs.rst Fri Dec 18 12:47:15 2015 +0200 @@ -97,12 +97,13 @@ Working with CVS branches. ========================== -There are no such command but this command allow extract such info:: +There are no direct command to list symbolic names for branches but this command +allow extract such info:: $ cd $CVS_PROJ $ cvs rlog -l -h -b $(cat CVS/Repository) -Switch branch:: +Switch to branch:: $ cvs up -r $BRANCH