diff mercurial/commands.py @ 667:31a9aa890016

A number of minor fixes to problems that pychecker found. # HG changeset patch # User mark.williamson@cl.cam.ac.uk # Node ID 55d38977b7f2e73b8c1090179928ac96c8922b90 # Parent b3bba126b04ab2f24274a1bcf5a224c6317c8e0d A number of minor fixes to problems that pychecker found.
author mark.williamson@cl.cam.ac.uk
date Sun, 10 Jul 2005 16:01:11 -0800
parents fafc16f705b6
children d93f0b127b6a
line wrap: on
line diff
--- 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: