Mercurial > hg > config
comparison .hgrc @ 172:60c8a2506630
add convert extension
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 19 Oct 2011 14:09:59 -0700 |
parents | c0bd17a8033b |
children | 06b47566e7f1 |
comparison
equal
deleted
inserted
replaced
171:0110a435d2ce | 172:60c8a2506630 |
---|---|
18 unified = 8 | 18 unified = 8 |
19 | 19 |
20 [extensions] | 20 [extensions] |
21 hgext.mq = | 21 hgext.mq = |
22 rebase = | 22 rebase = |
23 convert = | |
23 | 24 |
24 [trusted] | 25 [trusted] |
25 users = jhammel | 26 users = jhammel |
26 groups = jhammel | 27 groups = jhammel |
27 | 28 |