Mercurial > dotfiles
comparison .hgrc @ 378:20e47bc8eea9
hgrc: disable hg-git and hgsubversion
It hasn't been common for me to use either of these extensions for
some time, so just drop both of them from the main hgrc. Instead I'll
enable them as-needed in individual repositories.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Thu, 09 Jun 2011 20:20:04 -0500 |
parents | fe18716866e9 |
children | 40c0bc5ff266 |
comparison
equal
deleted
inserted
replaced
377:117e3c11d953 | 378:20e47bc8eea9 |
---|---|
12 hgext.rebase= | 12 hgext.rebase= |
13 hgext.record= | 13 hgext.record= |
14 hgext.schemes= | 14 hgext.schemes= |
15 hgext.shelve= | 15 hgext.shelve= |
16 hgext.transplant= | 16 hgext.transplant= |
17 hggit= | |
18 hgsubversion= | |
19 hg_remotebranches= | 17 hg_remotebranches= |
20 | 18 |
21 [alias] | 19 [alias] |
22 ll=log --graph --style compact --limit 6 -r 'sort((::. or bookmark() or heads(upstream())), "-rev")' | 20 ll=log --graph --style compact --limit 6 -r 'sort((::. or bookmark() or heads(upstream())), "-rev")' |
23 upstream-bookmarks = log -r 'bookmark() and (upstream() or obsolete())' --template '{bookmarks}\n' | 21 upstream-bookmarks = log -r 'bookmark() and (upstream() or obsolete())' --template '{bookmarks}\n' |