Differences From:
File
tools/cvs2fossil/lib/trouble.tcl
part of check-in
[591151532206c]
- Added the pass management, integrated with application and option processor.
by
aku on
2007-10-02 06:48:55.
[view]
To:
File
tools/cvs2fossil/lib/trouble.tcl
part of check-in
[52f2254007]
- Continued work on pass I. Filled in the repository management, and basic implementation of project objects. Missing are persistence and the foundation for that (cache database).
by
aku on
2007-10-04 04:34:59.
[view]
@@ -59,9 +59,16 @@
![llength $myinfo] &&
![llength $mywarn] &&
![llength $myfatal]
} return
- # We have error messages to print, so stop.
+
+ # Frame the pending messages to make them more clear as the
+ # cause of the abort.
+
+ set myinfo [linsert $myinfo 0 "" "Encountered problems." ""]
+ lappend myfatal "Stopped due to problems."
+
+ # We have error messages to print, so stop now.
exit 1
}
# # ## ### ##### ######## #############