commit f18d3e119d1fa4020afb3197d6795ee2329684a7 from: Omar Polo date: Sat Dec 05 09:45:46 2020 UTC Summary: add todo to vc-got-diff by the way, this is the first commit done inside Emacs :) commit - eb85ad27ab77a45a43fb1404857accd0b1392dda commit + f18d3e119d1fa4020afb3197d6795ee2329684a7 blob - 93b039a5d27c725ca3b9ad3db91fdaa23f501653 blob + 6d8b4b1d8f60a4bc4a67483edfd7ac58a912b782 --- vc-got.el +++ vc-got.el @@ -428,7 +428,8 @@ LIMIT limits the number of commits, optionally startin ;; TODO: async ;; TODO: we should append (vc-switches 'got 'diff) to the switches. -;; This by default is ("-u") and causes an error. +;; This by default is ("-u") and causes an error. +;; TODO: return 0 or 1 (defun vc-got-diff (files &optional rev1 rev2 buffer _async) "Insert into BUFFER (or *vc-diff*) the diff for FILES from REV1 to REV2." (message "vc-got: debug: files is %s" files)