From dce35bdf1fc374b652f8fae98e59a9d26e88ab61 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 26 Jul 2018 16:27:01 +0800 Subject: notmuch-extract-patch: note assumption that there is only one series Signed-off-by: Sean Whitton --- mailscripts.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mailscripts.el') diff --git a/mailscripts.el b/mailscripts.el index 33b6187..c4edd5a 100644 --- a/mailscripts.el +++ b/mailscripts.el @@ -43,7 +43,11 @@ If NO-OPEN, don't open the thread." ;;;###autoload (defun notmuch-extract-thread-patches (repo branch) - "Extract patch series in current thread to new branch BRANCH in repo REPO." + "Extract patch series in current thread to new branch BRANCH in repo REPO. + +See notmuch-extract-patch(1) manpage for limitations: in +particular, this Emacs Lisp function supports passing only entire +threads to the notmuch-extract-patch(1) command." (interactive "Dgit repo: \nsnew branch name: ") (let ((thread-id notmuch-show-thread-id) (default-directory (expand-file-name repo))) -- cgit v1.2.3