[fossil-users] stdout flush on external diff command

2012-02-10 Thread Lluís Batlle i Rossell
Hello, I'm using a diff-command diff -u, and if I run: $ fossil diff all looks fine: a line with Index:, , and then the output of the diff command. But if I run: $ fossil diff | less First go the outputs of all the diff commands, and at the end, all the Index:.. and === in a row. I think

Re: [fossil-users] stdout flush on external diff command

2012-02-10 Thread Stephan Beal
2012/2/10 Lluís Batlle i Rossell vi...@viric.name First go the outputs of all the diff commands, and at the end, all the Index:.. and === in a row. I think the diff_print_index() function that writes the Index: and the === needs a flush, to fix that.

Re: [fossil-users] stdout flush on external diff command

2012-02-10 Thread Leo Razoumov
2012/2/10 Lluís Batlle i Rossell vi...@viric.name: Hello, But if I run: $ fossil diff | less First go the outputs of all the diff commands, and at the end, all the Index:.. and === in a row. I think the diff_print_index() function that writes the Index: and the === needs a flush, to fix