Add a --merge
command line option
#130900
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
--merge
command line option
#130900
Add a
--merge
command line option, mirroring--diff
. This is necessary to merge conflicts in version control systems other than git, such as perforce. Currently we are restricted to using only git as one criteria for showing the conflict resolution widgets seems to be that the opened file is in the MERGE section of the version control tab, which can't be guaranteed when using perforce.The CLI I suggest would be
--merge <merged_file> <their_file> <your_file>
or simply--merge <merged_file>
The text was updated successfully, but these errors were encountered: