changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: merge

changeset 572: ce91ffc6cc7a
parent 571: 35438b775bc4 (current diff)
parent 569: 0de98890711a (diff)
child 573: f8b76ced5e2d
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 30 Jul 2024 21:57:21 -0400
files:
description: merge
     1.1--- a/lisp/bin/homer.lisp	Tue Jul 30 21:57:02 2024 -0400
     1.2+++ b/lisp/bin/homer.lisp	Tue Jul 30 21:57:21 2024 -0400
     1.3@@ -23,7 +23,7 @@
     1.4 (defclass home-config (sxp id)
     1.5   ((user :initform *user* :initarg :user :type string)
     1.6    (path :initform nil :initarg :path :type (or pathname null))
     1.7-   (src ::initform nil :initarg :src :type (or null pathname vc-repo))
     1.8+   (src :initform nil :initarg :src :type (or null pathname vc-repo))
     1.9    (skel :initform (load-user-skelrc) :initarg :skel :type (or null pathname sk-user-config))
    1.10    (krypt :initform (load-kryptrc) :initarg :krypt :type (or null pathname krypt-config))
    1.11    (packy :initform nil :initarg :packy :type (or null pathname pk-user-config))