annotate .hgrc @ 305:63cdefeef173 default tip

Gallifrey has fallen
author Steve Huston <huston@princeton.edu>
date Fri, 02 May 2025 16:29:42 -0400
parents 282804a3a32b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
85
c75fecccc3e5 HG config changes:
Steve Huston <huston@astro.princeton.edu>
parents: 81
diff changeset
1 # Global .hgrc - see bottom for local information
c75fecccc3e5 HG config changes:
Steve Huston <huston@astro.princeton.edu>
parents: 81
diff changeset
2
73
09b915fb36b8 * JT-65 alias for Wine on the home (ham shack) computer
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff changeset
3 [ui]
253
282804a3a32b Change default username to the right email address
Steve Huston <huston@srhuston.net>
parents: 187
diff changeset
4 username = Steve Huston <huston@princeton.edu>
73
09b915fb36b8 * JT-65 alias for Wine on the home (ham shack) computer
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff changeset
5 merge = vimdiff
85
c75fecccc3e5 HG config changes:
Steve Huston <huston@astro.princeton.edu>
parents: 81
diff changeset
6 editor = $HOME/bin/hgeditor
73
09b915fb36b8 * JT-65 alias for Wine on the home (ham shack) computer
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff changeset
7
09b915fb36b8 * JT-65 alias for Wine on the home (ham shack) computer
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff changeset
8 [extensions]
09b915fb36b8 * JT-65 alias for Wine on the home (ham shack) computer
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff changeset
9 convert =
09b915fb36b8 * JT-65 alias for Wine on the home (ham shack) computer
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff changeset
10 keyword =
09b915fb36b8 * JT-65 alias for Wine on the home (ham shack) computer
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff changeset
11 color =
88
21e0ab41e180 Adding the record extension - very useful!
Steve Huston <huston@astro.princeton.edu>
parents: 87
diff changeset
12 record =
73
09b915fb36b8 * JT-65 alias for Wine on the home (ham shack) computer
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff changeset
13
09b915fb36b8 * JT-65 alias for Wine on the home (ham shack) computer
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff changeset
14 [merge-tools]
09b915fb36b8 * JT-65 alias for Wine on the home (ham shack) computer
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff changeset
15 vimdiff.executable = vim
187
1e15f715858e A slightly nicer vimdiff
Steve Huston <huston@astro.princeton.edu>
parents: 88
diff changeset
16 vimdiff.args = -f -d $output -M $local $base $other -c "wincmd J" -c "set modifiable" -c "set write"
1e15f715858e A slightly nicer vimdiff
Steve Huston <huston@astro.princeton.edu>
parents: 88
diff changeset
17 vimdiff.premerge = keep
85
c75fecccc3e5 HG config changes:
Steve Huston <huston@astro.princeton.edu>
parents: 81
diff changeset
18
86
463fe15a340f Trust the 'help' group repository configs and whatnot.
Steve Huston <huston@astro.princeton.edu>
parents: 85
diff changeset
19 [trusted]
463fe15a340f Trust the 'help' group repository configs and whatnot.
Steve Huston <huston@astro.princeton.edu>
parents: 85
diff changeset
20 groups = help
463fe15a340f Trust the 'help' group repository configs and whatnot.
Steve Huston <huston@astro.princeton.edu>
parents: 85
diff changeset
21
85
c75fecccc3e5 HG config changes:
Steve Huston <huston@astro.princeton.edu>
parents: 81
diff changeset
22 # Includes - here we pull in a config file for the particular host on which
c75fecccc3e5 HG config changes:
Steve Huston <huston@astro.princeton.edu>
parents: 81
diff changeset
23 # we're running, if there is one. This lets us set specific things on
c75fecccc3e5 HG config changes:
Steve Huston <huston@astro.princeton.edu>
parents: 81
diff changeset
24 # specific hosts fairly easily. $HOST must be defined in the environment
c75fecccc3e5 HG config changes:
Steve Huston <huston@astro.princeton.edu>
parents: 81
diff changeset
25 # (bash's built-in $HOSTNAME is insufficient)
c75fecccc3e5 HG config changes:
Steve Huston <huston@astro.princeton.edu>
parents: 81
diff changeset
26 %include $HOME/.hgrc.d/$HOST.rc