is there a way to pipe the GIT or Mercurial diff output to a GUI Diff tool?
- by Jian Lin
the diff result in text might be hard to get used to at first. Is there a way to pipe that output to a visual diff tool, such as something like
$hg diff --visual code.rb
or
$ hg diff code.rb | sometool
so that the result can be viewed visually?