Mercurial > hg > config
changeset 485:e192c235d5d6
python/hgrc.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sat, 10 Aug 2013 21:05:48 -0700 |
parents | 50379f607e03 |
children | c9aab7092af1 |
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:05:21 2013 -0700 +++ b/python/hgrc.py Sat Aug 10 21:05:48 2013 -0700 @@ -106,7 +106,7 @@ ) actions = [(name, getattr(options, name)) for name in available_actions - if getattr(options, name)]) + if getattr(options, name)] if not actions: actions = [('default_push_ssh', True)] actions = OrderedDict(actions)