Differences From:
File
tools/lib/rcsparser.tcl
part of check-in
[be32ebcb41]
- Redid the logging system aka user feedback completely. Verbosity levels, influenced by the new -v switch. Indentations in the output removed, parsing by tools easier, still human readable. Adapted all users of the previous feedback code to use the new system.
by
aku on
2007-09-08 05:35:02.
[view]
To:
File
tools/lib/rcsparser.tcl
part of check-in
[86a7f249c1]
- Started to restructure the namespace hierarchy, beginning at the bottom, with the log module.
by
aku on
2007-09-09 00:58:18.
[view]
@@ -11,14 +11,14 @@
# -----------------------------------------------------------------------------
# Requirements
package require Tcl 8.4
-package require fileutil ; # Tcllib (cat)
-package require tools::log ; # User feedback
+package require fileutil ; # Tcllib (cat)
+package require vc::tools::log ; # User feedback
namespace eval ::rcsparser {
- tools::log::system rcs
- namespace import ::tools::log::progress
+ vc::tools::log::system rcs
+ namespace import ::vc::tools::log::progress
}
# -----------------------------------------------------------------------------
# API