2002-09-10 13:25:55 +00:00
|
|
|
#! /usr/bin/env python
|
|
|
|
|
|
|
|
import os, sys
|
|
|
|
|
|
|
|
fontToolsDir = os.path.dirname(os.path.dirname(os.path.normpath(
|
|
|
|
os.path.join(os.getcwd(), sys.argv[0]))))
|
|
|
|
|
|
|
|
os.chdir(fontToolsDir)
|
2013-06-22 13:01:11 +00:00
|
|
|
os.system("svn2cl -o Doc/ChangeLog https://svn.code.sf.net/p/fonttools/code/trunk")
|
2002-09-10 13:25:55 +00:00
|
|
|
print "done."
|