diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-04-17 23:43:15 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-04-17 23:43:15 -0400 |
commit | 5209ad280e08d95d10f63a2dd6079cedca3db0f6 (patch) | |
tree | 5379014f02712ef8ab32a02a923e2a28ef16cf4c | |
parent | c0a039db6155a465fd6ceab49073989904e7c86f (diff) | |
download | piem-5209ad280e08d95d10f63a2dd6079cedca3db0f6.tar.gz |
manual: Document piem-edit
-rw-r--r-- | Documentation/piem.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/piem.texi b/Documentation/piem.texi index 829a799..852da20 100644 --- a/Documentation/piem.texi +++ b/Documentation/piem.texi @@ -279,10 +279,16 @@ am}. It is only compatible with inline patches. @table @kbd @findex piem-am +@findex piem-edit +@findex piem-edit-patch-am @item M-x piem-am @key{RET} @var{branch} @key{RET} @var{base} Apply the patch or patches in the current buffer to the associated code repository. Before applying, check out a new branch @var{branch} starting at @var{base}. + +Calling @code{piem-edit} instead of @code{piem-am} will pop up an +am-ready mbox for editing. To feed the edited mbox to @code{piem-am}, +invoke @code{piem-edit-patch-am} (@kbd{C-c C-c}). @end table @findex piem-name-branch-who-what-v |