branch: externals/agitate commit 4ed8d553ba90fa775141a6e7fe5dccdd53b97e61 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Record TODO for vc-git-push replacements --- agitate.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/agitate.el b/agitate.el index 8e99de5ba2..30b5064e11 100644 --- a/agitate.el +++ b/agitate.el @@ -217,6 +217,12 @@ features." (completing-read "Select Git remote: " remotes nil t) (car remotes)))) +;; TODO 2022-09-27: We can have something similar which prompts for a +;; branch to push to. There are lots of possibilities. The idea is +;; that the user can pick the function they are most likely to use as +;; their default. Then they can rely on PROMPT to modify its +;; behaviour. + ;;;###autoload (defun agitate-vc-git-push-prompt-for-remote (prompt) "Behave like `vc-git-push' but prompt for a remote, if needed.