twmr / gerrit.el

gerrit integration in emacs
43 stars 6 forks source link

gerrit-upload dryrun: output diff for already uploaded changes #37

Open twmr opened 2 years ago

twmr commented 2 years ago

If you upload a change that is already on gerrit it should be possible to somehow display the local changes (if there are any) between the local HEAD and the latest patchset of the change on gerrit.

If your local commit/change is in sync with the latest PS of the change on gerrit, gerrit-upload should output an error/warning.

To be performed steps: