hgext/extdiff.py
branchstable
changeset 14739 a95efd378641
parent 14671 35c2cc322ba8
child 16242 55174ab81973
--- a/hgext/extdiff.py	Fri Jun 24 17:04:37 2011 +0300
+++ b/hgext/extdiff.py	Fri Jun 24 17:04:37 2011 +0300
@@ -222,7 +222,7 @@
         cmdline = util.shellquote(diffcmd) + ' ' + args
 
         ui.debug('running %r in %s\n' % (cmdline, tmproot))
-        util.system(cmdline, cwd=tmproot)
+        util.system(cmdline, cwd=tmproot, out=ui.fout)
 
         for copy_fn, working_fn, mtime in fns_and_mtime:
             if os.lstat(copy_fn).st_mtime != mtime: