equal
deleted
inserted
replaced
206 } err] { |
206 } err] { |
207 puts stderr "Error executing hg debug-rev-list: $err" |
207 puts stderr "Error executing hg debug-rev-list: $err" |
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..." \ |
215 -font $mainfont -tags textitems |
215 -font $mainfont -tags textitems |
216 . config -cursor watch |
216 . config -cursor watch |