diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-11-15 01:15:13 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-11-15 17:11:37 -0500 |
commit | 613b6255abcb2feba8a99f847f17b16f5af50e48 (patch) | |
tree | fe7fe1b291d37857be736c5d55d8424fee73167c | |
parent | b54ad663fe22811dde804721d4db528ea18a433c (diff) | |
download | piem-613b6255abcb2feba8a99f847f17b16f5af50e48.tar.gz |
piem-am: Rephrase CODEREPO description
Describing CODEREPO in terms of where git-am is called is a bit
confusing because piem-am does other things here as well (e.g. reading
the base and checking out a branch). And it won't necessarily be
where git-am is called once worktree support is added.
Give a more generic description.
Message-Id: <20201115061518.22191-2-kyle@kyleam.com>
-rw-r--r-- | piem.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -650,8 +650,8 @@ INFO is a plist that with information to help choose a default branch name or starting point (see `piem-default-branch-function' for a list of possible properties). -If CODEREPO is given, switch to this directory before calling -`git am'." +CODEREPO, if given, indicates the code repository to operate +within. If not specified, the default directory is used." (interactive (pcase-let ((`(,mbox . ,format) (or (piem-am-ready-mbox) |