debuginstall: fix an incorrect variable
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 10 Dec 2006 16:24:21 +0100
changeset 3858 7c12958eba26
parent 3857 f6f16f871049
child 3859 8c24b6fd5866
debuginstall: fix an incorrect variable
mercurial/commands.py
--- a/mercurial/commands.py	Mon Nov 20 23:37:21 2006 +0100
+++ b/mercurial/commands.py	Sun Dec 10 16:24:21 2006 +0100
@@ -895,7 +895,7 @@
         if files != [fa]:
             ui.write(_(" unexpected patch output!"))
             ui.write(_(" (you may have an incompatible version of patch)\n"))
-            ui.write(data)
+            ui.write(output)
             problems += 1
         a = file(fa).read()
         if a != b: