diff -r 46ee28dc7145 -r e8d6420a4212 mozilla-xulrunner20/create-tar.sh --- a/mozilla-xulrunner20/create-tar.sh Wed Sep 01 10:56:36 2010 +0200 +++ b/mozilla-xulrunner20/create-tar.sh Thu Sep 02 00:07:23 2010 +0200 @@ -25,3 +25,7 @@ done tar cjf l10n-$VERSION.tar.bz2 --exclude=.hgtags --exclude=.hgignore --exclude=.hg l10n +# compare-locales +hg clone http://hg.mozilla.org/build/compare-locales +tar cjf compare-locales.tar.bz2 --exclude=.hgtags --exclude=.hgignore --exclude=.hg compare-locales +