Mercurial > ec-dotfiles
comparison rc/hgrc @ 375:6bf312e9a360
Added alias, added graphlog extension.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Tue, 03 Jul 2012 21:20:07 +0700 |
parents | 21c25068de14 |
children | e581a80b165c |
comparison
equal
deleted
inserted
replaced
374:792b49cd912a | 375:6bf312e9a360 |
---|---|
12 #hgext.convert = | 12 #hgext.convert = |
13 #progress = | 13 #progress = |
14 hgext.bookmarks = | 14 hgext.bookmarks = |
15 mq = | 15 mq = |
16 rebase = | 16 rebase = |
17 graphlog = | |
17 | 18 |
18 [hostfingerprints] | 19 [hostfingerprints] |
19 bitbucket.org = 24:9c:45:8b:9c:aa:ba:55:4e:01:6d:58:ff:e4:28:7d:2a:14:ae:3b | 20 bitbucket.org = 24:9c:45:8b:9c:aa:ba:55:4e:01:6d:58:ff:e4:28:7d:2a:14:ae:3b |
20 | 21 |
21 [defaults] | 22 [defaults] |
22 addremove = --similarity 100 | 23 addremove = --similarity 100 |
24 | |
25 [alias] | |
26 ll = log --style default |