diff -r 0100a43788ca -r 31a9aa890016 mercurial/commands.py --- a/mercurial/commands.py Sun Jul 10 16:00:56 2005 -0800 +++ b/mercurial/commands.py Sun Jul 10 16:01:11 2005 -0800 @@ -897,7 +897,7 @@ if not d: break fout.write(d) - out.flush() + fout.flush() elif cmd == "addchangegroup": if not lock: