From 9670fc7c845a1523e64f80ac13d76d2717b3d897 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 27 Jun 2020 16:48:10 -0400 Subject: 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. --- piem.el | 1 - 1 file changed, 1 deletion(-) 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))) -- cgit v1.2.3