# HG changeset patch # User Dongsheng Song # Date 1256095422 -28800 # Node ID 95391727a7c75d3a179d15710a6f581414806baa # Parent fb9eed54548abfac33f592fa9d7974d533d2ad15 Add comments diff -r fb9eed54548a -r 95391727a7c7 contrib/hg-package --- a/contrib/hg-package Wed Oct 21 11:22:57 2009 +0800 +++ b/contrib/hg-package Wed Oct 21 11:23:42 2009 +0800 @@ -1,9 +1,13 @@ #!/bin/sh +# +# Package build results & Upload to i18n-zh +# + build_dir=`dirname "$0"`/../build rev_id=`hg parents --template '{date|shortdate}' | sed 's/-//g'` -for l in en zh; do +for l in en zh it; do ( if [ ! -d "${build_dir}/${l}" ] ; then continue