# HG changeset patch # User Petr Mazanec # Date 1138482616 -46800 # Node ID 80640ef93aec17ffb6c2826076c99f7960e4a33f # Parent 64a1169c927d26d15ed085560ba921e36d4c5cd1 Process working files through encode filters in dodiff() diff -r 64a1169c927d -r 80640ef93aec mercurial/commands.py --- a/mercurial/commands.py Sun Jan 29 10:10:00 2006 +1300 +++ b/mercurial/commands.py Sun Jan 29 10:10:16 2006 +1300 @@ -283,7 +283,7 @@ if not node1: node1 = repo.dirstate.parents()[0] def read(f): - return repo.wfile(f).read() + return repo.wread(f) if ui.quiet: r = None