##// END OF EJS Templates
debuginstall: fix an incorrect variable
Benoit Boissinot -
r3858:7c12958e default
parent child Browse files
Show More
@@ -895,7 +895,7 b' def debuginstall(ui):'
895 if files != [fa]:
895 if files != [fa]:
896 ui.write(_(" unexpected patch output!"))
896 ui.write(_(" unexpected patch output!"))
897 ui.write(_(" (you may have an incompatible version of patch)\n"))
897 ui.write(_(" (you may have an incompatible version of patch)\n"))
898 ui.write(data)
898 ui.write(output)
899 problems += 1
899 problems += 1
900 a = file(fa).read()
900 a = file(fa).read()
901 if a != b:
901 if a != b:
General Comments 0
You need to be logged in to leave comments. Login now