[Tclresource-commits] CVSROOT config,1.3,1.4
Status: Beta
Brought to you by:
bdesgraupes
From: <bde...@us...> - 2003-12-11 09:27:30
|
Update of /cvsroot/tclresource/CVSROOT In directory sc8-pr-cvs1:/tmp/cvs-serv22325/CVSROOT Modified Files: config Log Message: cederqvist comment Index: config =================================================================== RCS file: /cvsroot/tclresource/CVSROOT/config,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- config 14 Nov 2003 19:00:39 -0000 1.3 +++ config 11 Dec 2003 09:27:27 -0000 1.4 @@ -9,7 +9,17 @@ # command. TopLevelAdmin=no -# Set `LogHistory' to `all' or `TOFEWGCMAR' to log all transactions to the -# history file, or a subset as needed (ie `TMAR' logs all write operations) +# Set `LogHistory' to `TOFEWGCMAR' (or `all' which is synonym) to log all +# transactions to the history file, or a subset as needed +# (ie `TMAR' logs all write operations) + +# cederqvist-1.11.7.html explanation: +# ----------------------------------- +# Control what is logged to the `CVSROOT/history' file (see section +# history--Show status of files and users). Default of `TOEFWUPCGMAR' (or +# simply `all') will log all transactions. Any subset of the default is +# legal. (For example, to only log transactions that modify the `*,v' files, +# use `LogHistory=TMAR'.) + #LogHistory=TOFEWGCMAR LogHistory=all |