Mercurial > hg > config
changeset 488:5f288c70acb6
python/hgrc.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sat, 10 Aug 2013 21:26:27 -0700 |
parents | 178419da6e0b |
children | 9b95f12fef36 |
files | python/hgrc.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/python/hgrc.py Sat Aug 10 21:25:40 2013 -0700 +++ b/python/hgrc.py Sat Aug 10 21:26:27 2013 -0700 @@ -33,7 +33,7 @@ @section('paths') def set_default(parser, default): """set [paths]:default""" - parser.set('paths', 'default-push', default_push) + parser.set('paths', 'default', default) @section('paths')