##// END OF EJS Templates
simplemerge: flush stdout before writing to stderr....
simplemerge: flush stdout before writing to stderr. Besides, stderr is not always unbuffered under win32 (when redirections occur for instance), and it should be flushed too.

File last commit:

r406:d8abb687 default
r4408:1ef4445c default
Show More
git-cat-file
5 lines | 69 B | text/plain | TextLexer
#!/bin/sh
op=`basename $0 | sed -e 's/^git-//'`
exec hgit $op "$@"