changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / .skelrc

changeset 52: 5fd0502a3231
parent: 45f3b1bc3cd7
child: a5fa4f57e8b3
child: 8bd50ea9a546
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 04 Jul 2024 20:40:22 -0400
permissions: -rw-r--r--
description: init update
1 ;;; .skelrc @ 2023-10-12.02:58:08 -*- mode: skel; -*-
2 :name "Richard Westhaver <ellis@rwest.io>"
3 :user "ellis"
4 :version "0.1.0"
5 :tags ("auto")
6 :fmt :pretty
7 :vc :hg
8 :auto-insert t
9 :license :mpl2
10 :log-level :info
11 :shed ".shed"
12 :stash ".stash"
13 :scratch ".stash/scratch"
14 :cache ".cache"
15 :registry "~/.data/skel/registry"
16 :scripts ("/usr/local/share/stash/scripts" "~/stash/scripts")
17 :alias-list
18 (("p" "vc push")
19  ("P" "vc pull")
20  ("ci" "vc commit"))