Manuals

Commandes TortoiseUDiff

The unified diff viewer has only two command line options:

Tableau D.3. Liste des options disponibles

OptionDescription
:patchfileChemin vers le fichier diff unifié.
:pActive le mode tuyau. Le diff unifié est lu depuis l'entrée de la console.


Examples (which should be entered on one line):

TortoiseUDiff.exe /patchfile:"c:\diff.patch"
      

If you create the diff from another command, you can use TortoiseUDiff to show that diff directly:

svn diff | TortoiseUDiff.exe /u
      

this also works if you omit the /p parameter:

svn diff | TortoiseUDiff.exe
      

TortoiseSVN homepage