Mercurial > ec-dotfiles
annotate rc/hgrc @ 567:18cad636d1a2
0paste.tk is now https-only.
| author | nanaya <me@myconan.net> | 
|---|---|
| date | Sat, 13 Jun 2015 08:40:58 +0900 | 
| parents | 0ea2c3c36438 | 
| children | e9f7eeb4a0f1 | 
| rev | line source | 
|---|---|
| 0 | 1 [ui] | 
| 548 | 2 username = nanaya <me@myconan.net> | 
| 10 | 3 merge = vimdiff | 
| 
34
 
a914a2168196
Merge, removed git support.
 
Edho Prima Arief <me@myconan.net> 
parents: 
27 
diff
changeset
 | 
4 verbose = true | 
| 473 | 5 ignore = ~/.hgignore_global | 
| 6 ignore.local = ~/.hgignore_global.local | |
| 10 | 7 | 
| 8 [merge-tools] | |
| 9 vimdiff.executable = vim | |
| 10 vimdiff.args = -d $base $local $output $other +close +close | |
| 11 | |
| 14 | 12 [extensions] | 
| 459 | 13 convert = | 
| 458 | 14 progress = | 
| 457 | 15 bookmarks = | 
| 331 | 16 mq = | 
| 
354
 
21c25068de14
Set default style to compact, added rebase option as default.
 
Edho Arief <edho@myconan.net> 
parents: 
332 
diff
changeset
 | 
17 rebase = | 
| 
375
 
6bf312e9a360
Added alias, added graphlog extension.
 
Edho Arief <edho@myconan.net> 
parents: 
354 
diff
changeset
 | 
18 graphlog = | 
| 376 | 19 color = | 
| 
469
 
1f8fb10740b0
Use record extension by default.
 
Edho Arief <edho@myconan.net> 
parents: 
459 
diff
changeset
 | 
20 record = | 
| 487 | 21 pager = | 
| 489 | 22 purge = | 
| 500 | 23 shelve = | 
| 104 | 24 | 
| 25 [hostfingerprints] | |
| 558 | 26 bitbucket.org = 46:de:34:e7:9b:18:cd:7f:ae:fd:8b:e3:bc:f4:1a:5e:38:d7:ac:24 | 
| 104 | 27 | 
| 142 | 28 [defaults] | 
| 29 addremove = --similarity 100 | |
| 
518
 
5b06950f7d45
Default hg push of current working branch only.
 
edogawaconan <me@myconan.net> 
parents: 
515 
diff
changeset
 | 
30 push = -r . | 
| 
375
 
6bf312e9a360
Added alias, added graphlog extension.
 
Edho Arief <edho@myconan.net> 
parents: 
354 
diff
changeset
 | 
31 | 
| 
 
6bf312e9a360
Added alias, added graphlog extension.
 
Edho Arief <edho@myconan.net> 
parents: 
354 
diff
changeset
 | 
32 [alias] | 
| 
 
6bf312e9a360
Added alias, added graphlog extension.
 
Edho Arief <edho@myconan.net> 
parents: 
354 
diff
changeset
 | 
33 ll = log --style default | 
| 
378
 
89766794cd99
Readd bookmark's track.current in hg.
 
Edho Arief <edho@myconan.net> 
parents: 
377 
diff
changeset
 | 
34 | 
| 487 | 35 [pager] | 
| 36 pager = LESS=FRX less | |
| 
491
 
c3c2353044ad
Also enable pager for ll (long log).
 
edogawaconan <me@myconan.net> 
parents: 
490 
diff
changeset
 | 
37 attend = annotate, cat, diff, export, glog, log, qdiff, heads, ll | 
| 487 | 38 | 
| 
378
 
89766794cd99
Readd bookmark's track.current in hg.
 
Edho Arief <edho@myconan.net> 
parents: 
377 
diff
changeset
 | 
39 [bookmarks] | 
| 
 
89766794cd99
Readd bookmark's track.current in hg.
 
Edho Arief <edho@myconan.net> 
parents: 
377 
diff
changeset
 | 
40 track.current = true | 
| 485 | 41 | 
| 
504
 
3253d9e5daf1
Less eyecancerous color under putty.
 
edogawaconan <me@myconan.net> 
parents: 
502 
diff
changeset
 | 
42 [color] | 
| 
 
3253d9e5daf1
Less eyecancerous color under putty.
 
edogawaconan <me@myconan.net> 
parents: 
502 
diff
changeset
 | 
43 status.modified = magenta bold | 
| 
 
3253d9e5daf1
Less eyecancerous color under putty.
 
edogawaconan <me@myconan.net> 
parents: 
502 
diff
changeset
 | 
44 status.added = green bold | 
| 
 
3253d9e5daf1
Less eyecancerous color under putty.
 
edogawaconan <me@myconan.net> 
parents: 
502 
diff
changeset
 | 
45 status.removed = red bold | 
| 
 
3253d9e5daf1
Less eyecancerous color under putty.
 
edogawaconan <me@myconan.net> 
parents: 
502 
diff
changeset
 | 
46 status.deleted = cyan bold | 
| 
 
3253d9e5daf1
Less eyecancerous color under putty.
 
edogawaconan <me@myconan.net> 
parents: 
502 
diff
changeset
 | 
47 status.unknown = blue bold | 
| 
 
3253d9e5daf1
Less eyecancerous color under putty.
 
edogawaconan <me@myconan.net> 
parents: 
502 
diff
changeset
 | 
48 status.ignored = black bold | 
| 
 
3253d9e5daf1
Less eyecancerous color under putty.
 
edogawaconan <me@myconan.net> 
parents: 
502 
diff
changeset
 | 
49 | 
| 485 | 50 %include ~/.hgrc.local | 
