IVersionControlShowCommitDifferences Method |
Shows visually the differences between two versions of a specified file.
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntaxvoid ShowCommitDifferences(
string path,
string commit1,
string commit2
)
Parameters
- path
- Type: SystemString
The path of the file, relative to repository's root directory. - commit1
- Type: SystemString
The ID of the commit containing the first version of the file. - commit2
- Type: SystemString
The ID of the commit containing the second version of the file.
See Also