Mercurial > hg
changeset 3858:7c12958eba26
debuginstall: fix an incorrect variable
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Sun, 10 Dec 2006 16:24:21 +0100 |
parents | f6f16f871049 |
children | 8c24b6fd5866 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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: