comparison python/install_config.py @ 411:9d6e7a471fc7

wip
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 04 Aug 2013 15:58:31 -0700
parents ffa08f0de165
children 2455c71a196e
comparison
equal deleted inserted replaced
410:ffa08f0de165 411:9d6e7a471fc7
71 f.write(hgrc) 71 f.write(hgrc)
72 def __call__(self): 72 def __call__(self):
73 Step.__call__(self) 73 Step.__call__(self)
74 self.write_hgrc() 74 self.write_hgrc()
75 75
76 #
77 #
78 #@requires(Command('git'))
79 #class GitInstall
80
81 ### legacy -v
82
76 commands = [ 83 commands = [
77 ['hg', 'init'], 84 ['hg', 'init'],
78 ['hg', 'pull', SRC], 85 ['hg', 'pull', SRC],
79 ['hg', 'update', '-C'], 86 ['hg', 'update', '-C'],
80 ] 87 ]