# HG changeset patch # User Jeff Hammel # Date 1296538006 28800 # Node ID 98944f934452f52b07ed4a82352f8bee7229cc82 # Parent a58270483c1e3653ccc2daf3ce58042e26c4d3e8 allow git url to be configurable diff -r a58270483c1e -r 98944f934452 autobot/projects/mozmill/__init__.py --- a/autobot/projects/mozmill/__init__.py Mon Jan 31 21:25:48 2011 -0800 +++ b/autobot/projects/mozmill/__init__.py Mon Jan 31 21:26:46 2011 -0800 @@ -8,6 +8,7 @@ http://github.com/mozautomation/mozmill """ + # VCS sources = {'git': ['http://github.com/mozautomation/mozmill.git']} def __init__(self, firefox_url=None, git=None):