branch: externals/vc-got
commit 50aaae286b3130ae07edacbea54588c5450c6c3e
Author: Omar Polo <o...@omarpolo.com>
Commit: Omar Polo <o...@omarpolo.com>

    remove wrong comment, we've been using got send for a while already
---
 vc-got.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/vc-got.el b/vc-got.el
index 9046b7f29a..e64b8ef33b 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -645,9 +645,6 @@ It's like `vc-process-filter' but supports \r inside S."
                         " " t)
                      (list cmd op)))
       (apply #'vc-do-async-command buffer default-directory cmd)
-      ;; this comes from vc-git.el.  We're using git to push, so in
-      ;; part it makes sense, but we should revisit for full Got
-      ;; support.
       (with-current-buffer buffer
         (vc-compilation-mode 'got)
         (let ((comp-cmd (mapconcat #'identity cmd " "))

Reply via email to