changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > home / .skelrc

revision 83: 8bd50ea9a546
parent 6: 45f3b1bc3cd7
     1.1--- a/.skelrc	Thu Jul 04 20:40:22 2024 -0400
     1.2+++ b/.skelrc	Mon Aug 12 21:50:44 2024 -0400
     1.3@@ -1,5 +1,6 @@
     1.4 ;;; .skelrc @ 2023-10-12.02:58:08 -*- mode: skel; -*-
     1.5-:name "Richard Westhaver <ellis@rwest.io>"
     1.6+:name "Richard Westhaver"
     1.7+:email "richard.westhaver@gmail.com"
     1.8 :user "ellis"
     1.9 :version "0.1.0"
    1.10 :tags ("auto")
    1.11@@ -8,13 +9,8 @@
    1.12 :auto-insert t
    1.13 :license :mpl2
    1.14 :log-level :info
    1.15-:shed ".shed"
    1.16 :stash ".stash"
    1.17-:scratch ".stash/scratch"
    1.18-:cache ".cache"
    1.19-:registry "~/.data/skel/registry"
    1.20+;; :scratch ".stash/scratch"
    1.21+:cache ".stash/cache"
    1.22+:registry ".data/skel/registry"
    1.23 :scripts ("/usr/local/share/stash/scripts" "~/stash/scripts")
    1.24-:alias-list
    1.25-(("p" "vc push")
    1.26- ("P" "vc pull")
    1.27- ("ci" "vc commit"))