Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
42 views

Graphical diff for darcs

I don't feel very comfortable seeing the darcs changes in plain text format, so I've been looking for a tool to display a nice side-by-side comparison of the changes. For the whatsnew I can just use ...
2
votes
1answer
331 views

visually show diff output in a java program

I am currently developing a java program where I need to show the difference between two text. Is there any library available for visually show the difference, that is the diff output in my java ...
1
vote
2answers
192 views

Diff Tool for some binary (non-executable) formats

I'm looking for a visual diff tool for Mac OS X that will allow me to see differences in Pages (from Apple's iWork suite) and Adobe Illustrator documents. I realize a visual diff may be a little much ...
1
vote
4answers
443 views

is there a way to pipe the git or Mercurial diff output to a GUI Diff tool?

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 | ...
1
vote
1answer
189 views

Comparing records in file and reporting stats - Scenario 1

The requirements are : Fact 1 : We have some data files produced by a legacy system Fact 2 : We have some data files produced by a new system that should eventually replace the legacy one Fact 3 : ...
0
votes
4answers
413 views

Does anyone else prefer visual diffing to unified diff patch files?

I took over some code that hadn't been developed since 2002 and I looked through the patches sent against it over time. All these patches were in unified diff format, which apparently is the de facto ...