changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/vc/vc.asd

revision 652: 328e1ff73938
parent 389: 95b861dff3d8
     1.1--- a/lisp/lib/vc/vc.asd	Sat Sep 14 22:13:06 2024 -0400
     1.2+++ b/lisp/lib/vc/vc.asd	Sat Sep 14 23:55:38 2024 -0400
     1.3@@ -1,16 +1,17 @@
     1.4 (defsystem :vc
     1.5   :depends-on (:std :cli :obj :net :log :parse)
     1.6-  :components ((:file "pkg")
     1.7-               (:file "proto")
     1.8-               (:file "hg")
     1.9-               ;; (:module "hg"
    1.10-               ;;  :components
    1.11-               ;;  ())
    1.12-               (:file "git")
    1.13-               ;; (:module "git"
    1.14-               ;;  :components
    1.15-               ;;  ())
    1.16-               (:file "vc"))
    1.17+  :components 
    1.18+  ((:file "pkg")
    1.19+   (:file "proto")
    1.20+   (:file "hg")
    1.21+   ;; (:module "hg"
    1.22+   ;;  :components
    1.23+   ;;  ())
    1.24+   (:file "git")
    1.25+   ;; (:module "git"
    1.26+   ;;  :components
    1.27+   ;;  ())
    1.28+   (:file "vc"))
    1.29   :in-order-to ((test-op (test-op :vc/tests))))
    1.30 
    1.31 (defsystem :vc/tests