diffuse icon indicating copy to clipboard operation
diffuse copied to clipboard

Diffuse is a graphical tool for comparing and merging text files. It can retrieve files for comparison from Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, Subversion, and SVK repositories.

Results 58 diffuse issues
Sort by recently updated
recently updated
newest added

According to the manual, the following invocation should compare the 2 named versions of ``: `$ diffuse -r c011c8d -r 98cbed8 ` Actual behavior is that it compares version 98cbed8...

It would be really handy to have the option to just save a diff file out. Maybe something like File->Save diff.

I frequently run into the problem that my diffs become out of sync. It would be helpful to have the ability to add manual markers to keep both sides synchronized....

so, when I have more than one difference in a pair of files, and I use the button or keystroke to push one difference from file A into file B,...

Modern editors and viewers let user quickly adjust text font size by Ctrl+MOUSEWHEEL or Ctrl+Plus/Minus keys. Why differ should not do the same?

Release notes from back in v0.5.0 allude to a windows executable as a goal. Is that still a goal?

Hello, I'd like to know if you could add a single panel vertical merging feature like in imediff3 or VSCode. It basically should look like this: https://code.visualstudio.com/docs/sourcecontrol/overview?ref=lug.ao.st For 3+ way...

# Underlying Issue The project uses the old requirements.txt format instead of the modern "pyproject.toml" file. # Use case I would like to install this as a python package. Which...