emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vc-got f18d3e1 012/145: Summary: add todo to vc-got-dif


From: ELPA Syncer
Subject: [elpa] externals/vc-got f18d3e1 012/145: Summary: add todo to vc-got-diff
Date: Thu, 9 Sep 2021 15:58:23 -0400 (EDT)

branch: externals/vc-got
commit f18d3e119d1fa4020afb3197d6795ee2329684a7
Author: Omar Polo <op@omarpolo.com>
Commit: Omar Polo <op@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]