Mercurial > index.cgi > dotfiles
annotate .hgrc @ 170:2892ae020d5b
Removing old screen configs
author | Steve Huston <huston@astro.princeton.edu> |
---|---|
date | Tue, 19 Feb 2019 11:32:54 -0500 |
parents | 21e0ab41e180 |
children | 1e15f715858e |
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] |
85
c75fecccc3e5
HG config changes:
Steve Huston <huston@astro.princeton.edu>
parents:
81
diff
changeset
|
4 username = Steve Huston <huston@astro.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 |
87
a835f8c36e93
Fixed PS1 & vimdiff
Steve Huston <huston@astro.princeton.edu>
parents:
86
diff
changeset
|
16 vimdiff.args = -d $output $base $local $other -c "wincmd J" |
85
c75fecccc3e5
HG config changes:
Steve Huston <huston@astro.princeton.edu>
parents:
81
diff
changeset
|
17 |
86
463fe15a340f
Trust the 'help' group repository configs and whatnot.
Steve Huston <huston@astro.princeton.edu>
parents:
85
diff
changeset
|
18 [trusted] |
463fe15a340f
Trust the 'help' group repository configs and whatnot.
Steve Huston <huston@astro.princeton.edu>
parents:
85
diff
changeset
|
19 groups = help |
463fe15a340f
Trust the 'help' group repository configs and whatnot.
Steve Huston <huston@astro.princeton.edu>
parents:
85
diff
changeset
|
20 |
85
c75fecccc3e5
HG config changes:
Steve Huston <huston@astro.princeton.edu>
parents:
81
diff
changeset
|
21 # 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
|
22 # 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
|
23 # 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
|
24 # (bash's built-in $HOSTNAME is insufficient) |
c75fecccc3e5
HG config changes:
Steve Huston <huston@astro.princeton.edu>
parents:
81
diff
changeset
|
25 %include $HOME/.hgrc.d/$HOST.rc |