twmr / gerrit.el

gerrit integration in emacs
43 stars 6 forks source link

Function that downloads a review (independent of CWD) and opens an (editable) overview of the change #19

Open twmr opened 3 years ago

twmr commented 3 years ago

A new function would be nice that:

Functions which can be used for implementing this feature:

twmr commented 2 years ago

finds the workspace of the project on the host (we need to introduce a mapping from (projectname + branch) to the directory of the workspace on the host) switches the working directory to this workspace and downloads the change

This was implemented in #23