Mercurial > dotfiles
comparison .hgrc @ 308:029b0442413b
hg: switch to histedit from hg itself
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 18 Dec 2012 16:16:03 -0600 |
parents | 37babeba4a4a |
children | fe07e9bdae61 |
comparison
equal
deleted
inserted
replaced
307:e37b00236907 | 308:029b0442413b |
---|---|
14 hgext.transplant= | 14 hgext.transplant= |
15 hgext.schemes= | 15 hgext.schemes= |
16 hgext.progress= | 16 hgext.progress= |
17 hggit= | 17 hggit= |
18 hgsubversion= | 18 hgsubversion= |
19 hg_histedit= | 19 histedit= |
20 hg_remotebranches= | 20 hg_remotebranches= |
21 | 21 |
22 [alias] | 22 [alias] |
23 ll=log --graph --style compact --limit 6 -r 'sort((::. or bookmark() or heads(upstream())), "-rev")' | 23 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' | 24 upstream-bookmarks = log -r 'bookmark() and upstream()' --template '{bookmarks}\n' |