Mercurial > hg > config
comparison python/hgrc.py @ 475:efd50220556e
python/hgrc.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sat, 10 Aug 2013 19:14:14 -0700 |
parents | 3326aea03a3b |
children | 9d81ec713f1b |
comparison
equal
deleted
inserted
replaced
474:3326aea03a3b | 475:efd50220556e |
---|---|
23 def set_default_push_to_ssh(parser): | 23 def set_default_push_to_ssh(parser): |
24 """ | 24 """ |
25 set `[path]:default_push` to that given by `[path]:default` but | 25 set `[path]:default_push` to that given by `[path]:default` but |
26 turn the protocol to 'ssh' | 26 turn the protocol to 'ssh' |
27 """ | 27 """ |
28 | |
29 import pdb; pdb.set_trace() | |
28 | 30 |
29 # get default path | 31 # get default path |
30 default = '' | 32 default = '' |
31 | 33 |
32 def main(args=sys.argv[1:]): | 34 def main(args=sys.argv[1:]): |