# HG changeset patch # User Jeff Hammel # Date 1376186069 25200 # Node ID 764535e1f9911b8cccd4d471031bd6544e9e3273 # Parent 4853551536d6f5f1f93ec903374196994a86c46b python/hgrc.py diff -r 4853551536d6 -r 764535e1f991 python/hgrc.py --- a/python/hgrc.py Sat Aug 10 18:52:46 2013 -0700 +++ b/python/hgrc.py Sat Aug 10 18:54:29 2013 -0700 @@ -56,7 +56,7 @@ ) actions = dict([(name, getattr(options, name)) for name in available_actions - if getattr(options, name) is not None]) + if getattr(options, name)]) if not actions: actions = {'default_push_ssh': True}