##// END OF EJS Templates
hgk: ignore ctrl-z as EOF on windows...
Andrew Shadura -
r20763:0132cbe3 default
parent child Browse files
Show More
@@ -208,7 +208,7 b' proc getcommits {rargs} {'
208 exit 1
208 exit 1
209 }
209 }
210 set leftover {}
210 set leftover {}
211 fconfigure $commfd -blocking 0 -translation lf
211 fconfigure $commfd -blocking 0 -translation lf -eofchar {}
212 fileevent $commfd readable [list getcommitlines $commfd]
212 fileevent $commfd readable [list getcommitlines $commfd]
213 $canv delete all
213 $canv delete all
214 $canv create text 3 3 -anchor nw -text "Reading commits..." \
214 $canv create text 3 3 -anchor nw -text "Reading commits..." \
General Comments 0
You need to be logged in to leave comments. Login now