Diff
Not logged in

Differences From:

File tools/cvs2fossil/lib/dot.tcl part of check-in [b679ca3356] - Code cleanup. Removed trailing whitespace across the board. by aku on 2007-11-25 07:54:09. [view]

To:

File tools/cvs2fossil/lib/dot.tcl part of check-in [7208c7ac4d] - Changes to cvs2fossil to import tcllib CVS into fossil on Win32

* using ::file instead of file in snit methods to get the core file command * taking care of files that only differ in case in the Attic and the repo on case insensitive FS * passing platform specific

by mjanssen on 2008-01-28 23:57:27. [view]

@@ -59,9 +59,9 @@
     typemethod layout {format g name file} {
 	set f [fileutil::tempfile c2fdot_]
 	$type write $g $name $f
 	exec dot -T $format -o $file $f
-	file delete $f
+	::file delete $f
 	return
     }
 
     # # ## ### ##### ######## #############