Mercurial > hg > autobot
changeset 246:76ef1a33e345
update project template
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 22 Dec 2011 16:15:09 -0800 |
parents | 5f286f64ce6e |
children | 042507e2bbe3 |
files | autobot/projects/project.template |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/projects/project.template Thu Dec 22 15:46:05 2011 -0800 +++ b/autobot/projects/project.template Thu Dec 22 16:15:09 2011 -0800 @@ -11,8 +11,8 @@ sources = {'hg': ['{{repo}}'], 'git': []} - def __init__(self, platform=None, hg=None, git=None): - SourceFactory.__init__(self, platform=platform) + def __init__(self, platform=None, git=None, hg=None): + SourceFactory.__init__(self, platform=platform, git=git, hg=hg) # checkout the repositories self.checkout()