Bug 949154 - update extension revs for next train. rs=Callek a=Callek for CLOSED TREE
--- a/client.py
+++ b/client.py
@@ -17,27 +17,27 @@ DEFAULTS = {
# LDAPSDKS
'LDAPSDKS_REPO': 'http://hg.mozilla.org/projects/ldap-sdks/',
'LDAPSDKS_REV': 'LDAPCSDK_6_0_7F_RTM',
# URL of the default hg repository to clone for ChatZilla.
'CHATZILLA_REPO': 'http://hg.mozilla.org/chatzilla/',
# The stable revision to use
- 'CHATZILLA_REV': 'SEA2_24_RELBRANCH',
+ 'CHATZILLA_REV': 'SEA2_25_RELBRANCH',
# URL of the default hg repository to clone for DOM Inspector.
'INSPECTOR_REPO': 'http://hg.mozilla.org/dom-inspector/',
# The stable revision to use
- 'INSPECTOR_REV': 'SEA2_24_RELBRANCH',
+ 'INSPECTOR_REV': 'SEA2_25_RELBRANCH',
# URL of the default hg repository to clone for Venkman.
'VENKMAN_REPO': 'http://hg.mozilla.org/venkman/',
# The stable revision to use
- 'VENKMAN_REV': 'SEA2_24_RELBRANCH',
+ 'VENKMAN_REV': 'SEA2_25_RELBRANCH',
# URL of the default hg repository to clone for Mozilla.
'MOZILLA_REPO': 'http://hg.mozilla.org/releases/mozilla-aurora/',
}
REPO_SHORT_NAMES = {
'mozilla-central': 'moz',
'dom-inspector': 'dom',