comparison python/hgrc.py @ 474:3326aea03a3b

python/hgrc.py
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 10 Aug 2013 19:12:10 -0700
parents da087c5724d4
children efd50220556e
comparison
equal deleted inserted replaced
473:da087c5724d4 474:3326aea03a3b
20 """ 20 """
21 pass 21 pass
22 22
23 def set_default_push_to_ssh(parser): 23 def set_default_push_to_ssh(parser):
24 """ 24 """
25 pass 25 set `[path]:default_push` to that given by `[path]:default` but
26 turn the protocol to 'ssh'
26 """ 27 """
27 28
28 # get default path 29 # get default path
29 default = '' 30 default = ''
30 31