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

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

[elpa] externals/vc-got b3b5f78ac6 2/7: don't list the TODO in the packa


From: ELPA Syncer
Subject: [elpa] externals/vc-got b3b5f78ac6 2/7: don't list the TODO in the package description
Date: Sat, 28 May 2022 11:58:11 -0400 (EDT)

branch: externals/vc-got
commit b3b5f78ac6f4a33cd1962cee45fd61717369347d
Author: Omar Polo <op@omarpolo.com>
Commit: Omar Polo <op@omarpolo.com>

    don't list the TODO in the package description
---
 vc-got.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/vc-got.el b/vc-got.el
index ce91f697be..e3622c5359 100755
--- a/vc-got.el
+++ b/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.
@@ -118,6 +118,8 @@
 ;; - conflicted-files                   DONE
 ;; - repository-url                     DONE
 
+;;; Code:
+
 ;; TODO: vc-git has most function that starts with:
 ;;
 ;;    (let* ((root (vc-git-root default-directory))
@@ -128,8 +130,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))
 



reply via email to

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