While doing a Diff "Side-by-Side" on gerrits to check the changes introduced,is there a way to open the diff on custom editor you want to?
Thanks,
While doing a Diff "Side-by-Side" on gerrits to check the changes introduced,is there a way to open the diff on custom editor you want to?
Thanks,
No, there is no way to launch a program on your local computer from the Gerrit web interface. However you can download the two versions of the file using the links provided in Gerrit and then diff them locally with the program of your choice.
As of version 2.11, Gerrit provides an "edit" icon next to the "download" icon on the revision (right-hand) side of the diff view. Clicking on the icon opens an editor in the browser. Editing and saving the file will create a new patch set.
It still isn't ideal for merging conflicts though.