Replies: 2 comments
-
Sorry the command would be I was using < and > but it posted as "" |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, @ronmcca! See issue #580 for discussion and implementation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to set the Diff Tool to Tortoise Git. Being as it has a command line including defining File 1 and File 2, I created a batch file to accept the 2 file properties in the "else" case of clsViewDiff.RunCompare. When I do a Merge Build with a issue and click Show Diff, I get the vbNullString case asking for me to enter a value for Diff Tool.



The batch file is in the FE folder.

I also tried putting it in the VCS addon-folder.
What am I missing?
PS:
The batch file could be eliminated if the "Else" case did string replacement instead of concatenation.
strCmd = Replace(Replace(Me.ToolName,"",strFile1),"",strFile2)
Beta Was this translation helpful? Give feedback.
All reactions