Commit Diff


commit - ddc59a024c62d068bb1b71292f0ea0c74497cb17
commit + 3cdb0759b5b41b166c618e8366016b8a33face08
blob - 2689c7ebf1ee5e952da5fe18cc26d9131fca3787
blob + 0fb35e5fd22fbb6f7bec382bf26e342753a2cfb5
--- vc-got.el
+++ vc-got.el
@@ -47,7 +47,7 @@
 ;;      do.
 ;; * register                           DONE
 ;; - responsible-p                      DONE
-;; - receive-file                       NOT IMPLEMENTED
+;; - receive-file                       NOT NEEDED, default `register' works fine
 ;; - unregister                         DONE
 ;; * checkin                            DONE
 ;; * find-revision                      DONE
@@ -61,7 +61,7 @@
 ;; - pull                               DONE
 ;; - push                               DONE
 ;;      uses git
-;; - steal-lock                         NOT IMPLEMENTED
+;; - steal-lock                         NOT NEEDED, `got' is not using locks
 ;; - modify-change-comment              NOT IMPLEMENTED
 ;;      can be implemented via histedit, if I understood correctly
 ;;      what it is supposed to do.
@@ -92,19 +92,19 @@
 ;; - retrieve-tag                       NOT IMPLEMENTED
 ;;
 ;; MISCELLANEOUS                        NOT IMPLEMENTED
-;; - make-version-backups-p             NOT IMPLEMENTED
+;; - make-version-backups-p             NOT NEEDED, `got' works fine locally
 ;; - root                               DONE
 ;; - ignore                             NOT IMPLEMENTED
 ;; - ignore-completion-table            NOT IMPLEMENTED
 ;; - previous-revision                  DONE
 ;; - next-revision                      DONE
 ;; - log-edit-mode                      NOT IMPLEMENTED
-;; - check-headers                      NOT IMPLEMENTED
+;; - check-headers                      NOT NEEDED, `got' does not use headers
 ;; - delete-file                        DONE
-;; - rename-file                        NOT IMPLEMENTED
-;; - find-file-hook                     NOT IMPLEMENTED
-;; - extra-menu                         NOT IMPLEMENTED
-;; - extra-dir-menu                     NOT IMPLEMENTED
+;; - rename-file                        NOT NEEDED, `delete' + `register' is enough
+;; - find-file-hook                     NOT NEEDED, no need for hooks yet
+;; - extra-menu                         NOT IMPLEMENTED, add `import', `integrate', `stage'?
+;; - extra-dir-menu                     NOT IMPLEMENTED, same as above
 ;; - conflicted-files                   DONE
 ;; - repository-url                     DONE