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

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

[elpa] externals/vc-got 0e25fbe 039/145: expand the vc function status l


From: ELPA Syncer
Subject: [elpa] externals/vc-got 0e25fbe 039/145: expand the vc function status list
Date: Thu, 9 Sep 2021 15:58:29 -0400 (EDT)

branch: externals/vc-got
commit 0e25fbe82c06c1ddbdbed273e77f9391eb6220f2
Author: Timo Myyrä <timo.myyra@bittivirhe.fi>
Commit: Timo Myyrä <timo.myyra@bittivirhe.fi>

    expand the vc function status list
    
    Add full list of vc functions which should be implemented. It is easier
    to track progress as all functions are in same list.
---
 vc-got.el | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/vc-got.el b/vc-got.el
index 6b0b0c0..86c3d16 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -78,6 +78,36 @@
 ;; - show-log-entry                     NOT IMPLEMENTED
 ;; - comment-history                    NOT IMPLEMENTED
 ;; - update-changelog                   NOT IMPLEMENTED
+;; * diff                               DONE
+;; - revision-completion-table          NOT IMPLEMENTED
+;; - annotate-command                   NOT IMPLEMENTED
+;; - annotate-time                      NOT IMPLEMENTED
+;; - annotate-current-time              NOT IMPLEMENTED
+;; - annotate-extract-revision-at-line  NOT IMPLEMENTED
+;; - region-history                     NOT IMPLEMENTED
+;; - region-history-mode                NOT IMPLEMENTED
+;; - mergebase                          NOT IMPLEMENTED
+;;
+;; TAG SYSTEM
+;; - create-tag                         NOT IMPLEMENTED
+;; - retrieve-tag                       NOT IMPLEMENTED
+;;
+;; MISCELLANEOUS                        NOT IMPLEMENTED
+;; - make-version-backups-p             NOT IMPLEMENTED
+;; - root                               DONE
+;; - ignore                             NOT IMPLEMENTED
+;; - ignore-completion-table            NOT IMPLEMENTED
+;; - previous-revision                  NOT IMPLEMENTED
+;; - next-revision                      NOT IMPLEMENTED
+;; - log-edit-mode                      NOT IMPLEMENTED
+;; - check-headers                      NOT IMPLEMENTED
+;; - delete-file                        NOT IMPLEMENTED
+;; - rename-file                        NOT IMPLEMENTED
+;; - find-file-hook                     NOT IMPLEMENTED
+;; - extra-menu                         NOT IMPLEMENTED
+;; - extra-dir-menu                     NOT IMPLEMENTED
+;; - conflicted-files                   NOT IMPLEMENTED
+;; - repository-url                     NOT IMPLEMENTED
 
 ;; TODO: use the idiom
 ;;      (let (process-file-side-effects) ...)



reply via email to

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