Update client.py to pull from mozilla-aurora on the aurora branch. rs=Callek CLOSED TREE and DONTBUILD
Update client.py to pull from mozilla-aurora on the aurora branch. rs=Callek CLOSED TREE and DONTBUILD
--- a/client.py
+++ b/client.py
@@ -20,17 +20,17 @@ DEFAULTS = {
# URL of the default hg repository to clone for DOM Inspector.
'INSPECTOR_REPO': 'http://hg.mozilla.org/dom-inspector/',
# URL of the default hg repository to clone for Venkman.
'VENKMAN_REPO': 'http://hg.mozilla.org/venkman/',
# URL of the default hg repository to clone for Mozilla.
- 'MOZILLA_REPO': 'http://hg.mozilla.org/mozilla-central/',
+ 'MOZILLA_REPO': 'http://hg.mozilla.org/releases/mozilla-aurora/',
}
def get_DEFAULT_tag(index):
if index in DEFAULTS:
return DEFAULTS[index]
else:
return DEFAULTS['REV']