branch: externals/vc-got commit f18d3e119d1fa4020afb3197d6795ee2329684a7 Author: Omar Polo <o...@omarpolo.com> Commit: Omar Polo <o...@omarpolo.com>
Summary: add todo to vc-got-diff by the way, this is the first commit done inside Emacs :) --- vc-got.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vc-got.el b/vc-got.el index 93b039a..6d8b4b1 100644 --- a/vc-got.el +++ b/vc-got.el @@ -428,7 +428,8 @@ LIMIT limits the number of commits, optionally starting at START-REVISION." ;; 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)