commit b3b5f78ac6f4a33cd1962cee45fd61717369347d from: Omar Polo date: Sat May 28 09:14:37 2022 UTC don't list the TODO in the package description commit - 78607b0cc53ec1f5a653841d181f7c2448323266 commit + b3b5f78ac6f4a33cd1962cee45fd61717369347d blob - ce91f697beb6e525702702cb6bbc856a632c821a blob + e3622c535903674a037c731866c4554612327d90 --- vc-got.el +++ vc-got.el @@ -24,9 +24,9 @@ ;;; Commentary: -;; This file contains a VC backend for the Game of Trees (got) version -;; control system. - +;; vc-got is a VC backend for the Game of Trees (got) version control +;; system. +;; ;; Backend implementation status ;; ;; Function marked with `*' are required, those with `-' are optional. @@ -117,6 +117,8 @@ ;; - extra-dir-menu NOT IMPLEMENTED, same as above ;; - conflicted-files DONE ;; - repository-url DONE + +;;; Code: ;; TODO: vc-git has most function that starts with: ;; @@ -127,8 +129,6 @@ ;; ;; we should 1) investigate if also other backends do something like ;; this (or if there is a better way) and 2) try to do the same. - -;;; Code: (eval-when-compile (require 'subr-x))