]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - .hgrc
.minttyrc: Track .minttyrc file
[dotfiles.git] / .hgrc
1 [ui]
2 username = Tony Duckles <tony@nynim.org>
3
4 [extensions]
5 color =
6 graphlog =
7 pager =
8 rebase =
9 purge =
10 eol =
11 remotebranches = $HOME/.mercurial/extensions/hg-remotebranches/hg_remotebranches.py
12 prompt = $HOME/.mercurial/extensions/hg-prompt/prompt.py
13
14 [alias]
15 show = log --stat -vpr
16 ll = log --style=$HOME/.mercurial/styles/oneline
17 graph = glog --style=$HOME/.mercurial/styles/oneline
18
19 [pager]
20 pager = LESS='-FiRX' less
21 ignore = version, update
22 attend = annotate, cat, diff, export, glog, graph, help, incoming, ll, log, outgoing, show, status
23
24 [eol]
25 native = CRLF
26
27 [color]
28 status.modified = green bold
29 status.added = yellow bold
30 status.removed = red bold
31 status.deleted = cyan
32 status.unknown = blue bold
33 status.ignored = black bold
34
35 diff.diffline = blue bold
36 diff.extended = cyan
37 diff.file_a = red bold
38 diff.file_b = green bold
39 diff.hunk = magenta bold
40 diff.deleted = red bold
41 diff.inserted = green bold
42 diff.changed = white
43 diff.trailingwhitespace = bold black_background
44
45 [diff]
46 git = True
47
48 [bookmarks]
49 track.current = True