comparison rc/hgrc @ 736:3281fed2e242

Use xdg (.config) path instead of top home directory
author nanaya <me@nanaya.net>
date Thu, 09 Jan 2025 03:13:02 +0900
parents 6811226a75d9
children
comparison
equal deleted inserted replaced
735:9ad5a65b1c7e 736:3281fed2e242
1 [ui] 1 [ui]
2 username = nanaya <me@nanaya.net> 2 username = nanaya <me@nanaya.net>
3 merge = vimdiff 3 merge = vimdiff
4 verbose = true 4 verbose = true
5 ignore = ~/.hgignore_global 5 ignore = ~/.config/hg/ignore
6 ignore.local = ~/.hgignore_global.local 6 ignore.local = ~/.config/hg/ignore.local
7 7
8 [merge-tools] 8 [merge-tools]
9 vimdiff.executable = vim 9 vimdiff.executable = vim
10 vimdiff.args = -d $base $local $output $other +close +close 10 vimdiff.args = -d $base $local $output $other +close +close
11 11
45 status.removed = red bold 45 status.removed = red bold
46 status.deleted = cyan bold 46 status.deleted = cyan bold
47 status.unknown = blue bold 47 status.unknown = blue bold
48 status.ignored = black bold 48 status.ignored = black bold
49 49
50 %include ~/.hgrc.local 50 %include ~/.config/hg/hgrc.local