Mercurial > ec-dotfiles
annotate rc/hgrc @ 528:92eb89781346
Enforce emacs-style commandline editor.
| author | edogawaconan <me@myconan.net> | 
|---|---|
| date | Mon, 15 Sep 2014 14:56:05 +0900 | 
| parents | 5b06950f7d45 | 
| children | d77f4aa65251 | 
| rev | line source | 
|---|---|
| 0 | 1 [ui] | 
| 470 | 2 username = edogawaconan <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 | 
| 
354
 
21c25068de14
Set default style to compact, added rebase option as default.
 
Edho Arief <edho@myconan.net> 
parents: 
332 
diff
changeset
 | 
5 style = compact | 
| 473 | 6 ignore = ~/.hgignore_global | 
| 7 ignore.local = ~/.hgignore_global.local | |
| 10 | 8 | 
| 9 [merge-tools] | |
| 10 vimdiff.executable = vim | |
| 11 vimdiff.args = -d $base $local $output $other +close +close | |
| 12 | |
| 14 | 13 [extensions] | 
| 459 | 14 convert = | 
| 458 | 15 progress = | 
| 457 | 16 bookmarks = | 
| 331 | 17 mq = | 
| 
354
 
21c25068de14
Set default style to compact, added rebase option as default.
 
Edho Arief <edho@myconan.net> 
parents: 
332 
diff
changeset
 | 
18 rebase = | 
| 
375
 
6bf312e9a360
Added alias, added graphlog extension.
 
Edho Arief <edho@myconan.net> 
parents: 
354 
diff
changeset
 | 
19 graphlog = | 
| 376 | 20 color = | 
| 
469
 
1f8fb10740b0
Use record extension by default.
 
Edho Arief <edho@myconan.net> 
parents: 
459 
diff
changeset
 | 
21 record = | 
| 487 | 22 pager = | 
| 489 | 23 purge = | 
| 500 | 24 shelve = | 
| 104 | 25 | 
| 26 [hostfingerprints] | |
| 515 | 27 bitbucket.org = 45:ad:ae:1a:cf:0e:73:47:06:07:e0:88:f5:cc:10:e5:fa:1c:f7:99 | 
| 104 | 28 | 
| 142 | 29 [defaults] | 
| 30 addremove = --similarity 100 | |
| 
518
 
5b06950f7d45
Default hg push of current working branch only.
 
edogawaconan <me@myconan.net> 
parents: 
515 
diff
changeset
 | 
31 push = -r . | 
| 
375
 
6bf312e9a360
Added alias, added graphlog extension.
 
Edho Arief <edho@myconan.net> 
parents: 
354 
diff
changeset
 | 
32 | 
| 
 
6bf312e9a360
Added alias, added graphlog extension.
 
Edho Arief <edho@myconan.net> 
parents: 
354 
diff
changeset
 | 
33 [alias] | 
| 
 
6bf312e9a360
Added alias, added graphlog extension.
 
Edho Arief <edho@myconan.net> 
parents: 
354 
diff
changeset
 | 
34 ll = log --style default | 
| 
378
 
89766794cd99
Readd bookmark's track.current in hg.
 
Edho Arief <edho@myconan.net> 
parents: 
377 
diff
changeset
 | 
35 | 
| 487 | 36 [pager] | 
| 37 pager = LESS=FRX less | |
| 
491
 
c3c2353044ad
Also enable pager for ll (long log).
 
edogawaconan <me@myconan.net> 
parents: 
490 
diff
changeset
 | 
38 attend = annotate, cat, diff, export, glog, log, qdiff, heads, ll | 
| 487 | 39 | 
| 
378
 
89766794cd99
Readd bookmark's track.current in hg.
 
Edho Arief <edho@myconan.net> 
parents: 
377 
diff
changeset
 | 
40 [bookmarks] | 
| 
 
89766794cd99
Readd bookmark's track.current in hg.
 
Edho Arief <edho@myconan.net> 
parents: 
377 
diff
changeset
 | 
41 track.current = true | 
| 485 | 42 | 
| 
504
 
3253d9e5daf1
Less eyecancerous color under putty.
 
edogawaconan <me@myconan.net> 
parents: 
502 
diff
changeset
 | 
43 [color] | 
| 
 
3253d9e5daf1
Less eyecancerous color under putty.
 
edogawaconan <me@myconan.net> 
parents: 
502 
diff
changeset
 | 
44 status.modified = magenta bold | 
| 
 
3253d9e5daf1
Less eyecancerous color under putty.
 
edogawaconan <me@myconan.net> 
parents: 
502 
diff
changeset
 | 
45 status.added = green bold | 
| 
 
3253d9e5daf1
Less eyecancerous color under putty.
 
edogawaconan <me@myconan.net> 
parents: 
502 
diff
changeset
 | 
46 status.removed = red bold | 
| 
 
3253d9e5daf1
Less eyecancerous color under putty.
 
edogawaconan <me@myconan.net> 
parents: 
502 
diff
changeset
 | 
47 status.deleted = cyan bold | 
| 
 
3253d9e5daf1
Less eyecancerous color under putty.
 
edogawaconan <me@myconan.net> 
parents: 
502 
diff
changeset
 | 
48 status.unknown = blue bold | 
| 
 
3253d9e5daf1
Less eyecancerous color under putty.
 
edogawaconan <me@myconan.net> 
parents: 
502 
diff
changeset
 | 
49 status.ignored = black bold | 
| 
 
3253d9e5daf1
Less eyecancerous color under putty.
 
edogawaconan <me@myconan.net> 
parents: 
502 
diff
changeset
 | 
50 | 
| 485 | 51 %include ~/.hgrc.local | 
