]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - .hgrc
.bash_completion.d: Remove git-completion.bash
[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 remotebranches = $HOME/.mercurial/extensions/hg-remotebranches/hg_remotebranches.py
11 prompt = $HOME/.mercurial/extensions/hg-prompt/prompt.py
12
13 [alias]
14 show = log --stat -vpr
15 ll = log --style=$HOME/.mercurial/styles/oneline
16 graph = glog --style=$HOME/.mercurial/styles/oneline
17
18 [pager]
19 pager = LESS='-FiRX' less
20 ignore = version, update
21 attend = annotate, cat, diff, export, glog, graph, help, incoming, ll, log, outgoing, show, status
22
23 [color]
24 status.modified = green bold
25 status.added = yellow bold
26 status.removed = red bold
27 status.deleted = cyan
28 status.unknown = blue bold
29 status.ignored = black bold
30
31 diff.diffline = blue bold
32 diff.extended = cyan
33 diff.file_a = red bold
34 diff.file_b = green bold
35 diff.hunk = magenta bold
36 diff.deleted = red bold
37 diff.inserted = green bold
38 diff.changed = white
39 diff.trailingwhitespace = bold black_background
40
41 [diff]
42 git = True
43
44 [bookmarks]
45 track.current = True