aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-06-27 16:48:10 -0400
committerKyle Meyer <kyle@kyleam.com>2020-06-27 17:29:55 -0400
commit9670fc7c845a1523e64f80ac13d76d2717b3d897 (patch)
treec9fcde21cf2104414b8dfa5ed4ce07b4fb069ad0
parent660a8f907e43200fccd3c0f5eb979c4323c2d2e7 (diff)
downloadpiem-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.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/piem.el b/piem.el
index 695a37b..145d4aa 100644
--- a/piem.el
+++ b/piem.el
@@ -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)))