summaryrefslogtreecommitdiff
path: root/mailscripts.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-07-26 16:27:01 +0800
committerSean Whitton <spwhitton@spwhitton.name>2018-07-26 16:32:58 +0800
commitdce35bdf1fc374b652f8fae98e59a9d26e88ab61 (patch)
treeac17ca3a8e3dce2d717af2286e1137b08117d462 /mailscripts.el
parentd7c56828c7e3890cd343435daa9bdef30184d4eb (diff)
downloadmailscripts-dce35bdf1fc374b652f8fae98e59a9d26e88ab61.tar.gz
notmuch-extract-patch: note assumption that there is only one series
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'mailscripts.el')
-rw-r--r--mailscripts.el6
1 files changed, 5 insertions, 1 deletions
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)))