The unified diff viewer has only two command line options:
Tableau D.3. Liste des options disponibles
Option | Description |
---|---|
:patchfile | Chemin vers le fichier diff unifié. |
:p | Active 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