# HG changeset patch # User Jeff Hammel # Date 1294702689 28800 # Node ID 008404759e4f321fe266de5305a2a748f710fc7a # Parent a2fc7a08ec5c3346480fa3f3eaace05ac8d27f7b get m-c from hg for now :( diff -r a2fc7a08ec5c -r 008404759e4f autobot/projects/profilemanager/__init__.py --- a/autobot/projects/profilemanager/__init__.py Mon Jan 10 15:05:23 2011 -0800 +++ b/autobot/projects/profilemanager/__init__.py Mon Jan 10 15:38:09 2011 -0800 @@ -6,6 +6,7 @@ def __init__(self): # get mozilla central + self.addStep(ShellCommand(command=['hg', 'clone', 'http://hg.mozilla.org/mozilla-central'])) # get profilemanager self.addStep(ShellCommand(command=['hg', 'clone', 'http://hg.mozilla.org/automation/profilemanager'],