Bug 1329484 - Pull current ChatZilla and DOMi versions from mercurial repo. r=Ratty a=IanN
--- a/client.py
+++ b/client.py
@@ -13,22 +13,22 @@
# "COMM", "MOZILLA", "CHATZILLA", "INSPECTOR"
DEFAULTS = {
# Global Default Revision
'REV': "default",
# URL of the default hg repository to clone for ChatZilla.
'CHATZILLA_REPO': 'https://hg.mozilla.org/chatzilla/',
# The stable revision to use
- 'CHATZILLA_REV': 'SEA2_42_RELBRANCH',
+ 'CHATZILLA_REV': 'SEA2_48_RELBRANCH',
# URL of the default hg repository to clone for DOM Inspector.
'INSPECTOR_REPO': 'https://hg.mozilla.org/dom-inspector/',
# The stable revision to use
- 'INSPECTOR_REV': 'DOMI_2_0_16_GECKO_45',
+ 'INSPECTOR_REV': 'DOMI_2_0_17',
# URL of the default hg repository to clone for Mozilla.
'MOZILLA_REPO': 'https://hg.mozilla.org/releases/mozilla-aurora/',
}
REPO_SHORT_NAMES = {
'mozilla-central': 'moz',
'dom-inspector': 'dom',