linked language codes to po files print revision url

* tools/announce-wrangler.py: linked language codes to po files
	* tools/commit-wrangler.py: print revision url


svn path=/trunk/; revision=4044
This commit is contained in:
Thomas James Alexander Thurman
2008-11-26 16:38:17 +00:00
parent 6ddec0d855
commit e7cef5bbcb
3 changed files with 13 additions and 3 deletions

View File

@ -27,6 +27,7 @@ import sys
import os
import posixpath
import ConfigParser
import re
# FIXME: Needs tidying into separate functions.
@ -106,8 +107,7 @@ if os.stat(change_filename)[8] == time_before:
# Update the changelog
print commands.getoutput("moap cl ci")
checkin = commands.getoutput("moap cl ci")
#print
#print 'http://svn.gnome.org/viewvc/metacity?rev=%s&view=rev' % (checkin)
print re.sub(".*Committed revision (\\d+).*", 'http://svn.gnome.org/viewvc/metacity?rev=\\1&view=rev', checkin)