# HG changeset patch # User Jeff Hammel # Date 1375657111 25200 # Node ID 9d6e7a471fc70fb966a0e9c5899fe2145d2cb68a # Parent ffa08f0de165c36b233e6633f6a166f101aaa4ea wip diff -r ffa08f0de165 -r 9d6e7a471fc7 python/install_config.py --- a/python/install_config.py Sun Aug 04 15:14:16 2013 -0700 +++ b/python/install_config.py Sun Aug 04 15:58:31 2013 -0700 @@ -73,6 +73,13 @@ Step.__call__(self) self.write_hgrc() +# +# +#@requires(Command('git')) +#class GitInstall + +### legacy -v + commands = [ ['hg', 'init'], ['hg', 'pull', SRC],