comparison .hgrc @ 315:fe07e9bdae61

hgrc: histedit is now included with hg
author Augie Fackler <raf@durin42.com>
date Fri, 06 Jul 2012 21:17:51 -0500
parents 029b0442413b
children c4f8ba83bce4
comparison
equal deleted inserted replaced
314:7cb31ed262f0 315:fe07e9bdae61
2 hgext.bookmarks= 2 hgext.bookmarks=
3 hgext.color= 3 hgext.color=
4 hgext.convert= 4 hgext.convert=
5 hgext.graphlog= 5 hgext.graphlog=
6 hgext.highlight= 6 hgext.highlight=
7 hgext.hgk= 7 hgext.histedit=
8 hgext.mq= 8 hgext.mq=
9 hgext.parentrevspec= 9 hgext.parentrevspec=
10 hgext.patchbomb= 10 hgext.patchbomb=
11 hgext.progress=
11 hgext.purge= 12 hgext.purge=
12 hgext.rebase= 13 hgext.rebase=
13 hgext.record= 14 hgext.record=
15 hgext.schemes=
14 hgext.transplant= 16 hgext.transplant=
15 hgext.schemes=
16 hgext.progress=
17 hggit= 17 hggit=
18 hgsubversion= 18 hgsubversion=
19 histedit=
20 hg_remotebranches= 19 hg_remotebranches=
21 20
22 [alias] 21 [alias]
23 ll=log --graph --style compact --limit 6 -r 'sort((::. or bookmark() or heads(upstream())), "-rev")' 22 ll=log --graph --style compact --limit 6 -r 'sort((::. or bookmark() or heads(upstream())), "-rev")'
24 upstream-bookmarks = log -r 'bookmark() and upstream()' --template '{bookmarks}\n' 23 upstream-bookmarks = log -r 'bookmark() and upstream()' --template '{bookmarks}\n'