changeset 411:9d6e7a471fc7

wip
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 04 Aug 2013 15:58:31 -0700
parents ffa08f0de165
children 5bee5c55a7a0
files python/install_config.py
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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],