Differences From:
File
tools/lib/fossil.tcl
part of check-in
[45cd12f05a]
- Continuing namespace changes, fossil backend.
by
aku on
2007-09-13 06:03:30.
[view]
To:
File
tools/lib/fossil.tcl
part of check-in
[00228d1547]
- Continuing namespace changes, cvs frontend.
by
aku on
2007-09-13 06:22:29.
[view]
@@ -151,11 +151,15 @@
# Internal helper commands
proc ::vc::fossil::ws::IGNORE {ignore path} {
return [uplevel #0 [linsert $ignore end $path]]
+}
+
+namespace eval ::vc::fossil::ws {
+ namespace export new destination debugcommit commit
}
# -----------------------------------------------------------------------------
# Ready
package provide vc::fossil::ws 1.0
return