diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-06-27 16:48:10 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-06-27 17:29:55 -0400 |
commit | 9670fc7c845a1523e64f80ac13d76d2717b3d897 (patch) | |
tree | c9fcde21cf2104414b8dfa5ed4ce07b4fb069ad0 | |
parent | 660a8f907e43200fccd3c0f5eb979c4323c2d2e7 (diff) | |
download | piem-9670fc7c845a1523e64f80ac13d76d2717b3d897.tar.gz |
piem-am: Drop to-do comment
For the remaining commands that don't use Magit, it doesn't seem worth
introducing a separate code path. These don't interact with the
caller, and it'd be unnecessarily confusing to have different output
destinations (piem's process buffer versus Magit's) depending on the
value of piem-use-magit.
-rw-r--r-- | piem.el | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -541,7 +541,6 @@ If CODEREPO is given, switch to this directory before calling (piem-extract-mbox-info mbox) (piem-inbox-coderepo-maybe-read)))) (let* ((default-directory (or coderepo default-directory))) - ;; TODO: Optionally do more through Magit. (let ((new-branch (read-string "New branch (empty for detached): " (funcall piem-default-branch-function info))) |