Mercurial > hg > config
comparison python/hgrc.py @ 469:764535e1f991
python/hgrc.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sat, 10 Aug 2013 18:54:29 -0700 |
parents | 4853551536d6 |
children | 949ca4b2f2d1 |
comparison
equal
deleted
inserted
replaced
468:4853551536d6 | 469:764535e1f991 |
---|---|
54 'default_push_ssh', | 54 'default_push_ssh', |
55 'list_hgrc', | 55 'list_hgrc', |
56 ) | 56 ) |
57 actions = dict([(name, getattr(options, name)) | 57 actions = dict([(name, getattr(options, name)) |
58 for name in available_actions | 58 for name in available_actions |
59 if getattr(options, name) is not None]) | 59 if getattr(options, name)]) |
60 if not actions: | 60 if not actions: |
61 actions = {'default_push_ssh': True} | 61 actions = {'default_push_ssh': True} |
62 | 62 |
63 # find all hgrc files | 63 # find all hgrc files |
64 hgrc = [] | 64 hgrc = [] |