We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19781b commit 9e65ab4Copy full SHA for 9e65ab4
magit-stgit.el
@@ -351,7 +351,10 @@ one from the minibuffer."
351
352
;;;###autoload
353
(defun magit-stgit-rename (oldname newname)
354
- "Rename StGit patch OLDNAME to NEWNAME."
+ "Invoke `stg rename OLDNAME NEWNAME'.
355
+
356
+If called interactively, read OLDNAME and NEWNAME from the
357
+minibuffer."
358
(interactive
359
(list (magit-stgit-read-patch "Patch to rename" t)
360
(read-from-minibuffer "New name: ")))
0 commit comments