Catch TypeError in repo.wwrite for Mercurial rev 656e06eebda7
This is the one revision that had the file descriptor removed,
but the flags argument not added yet.
#!/usr/bin/env python
# $Id$
from distutils.core import setup
import hgkw.version
# specify version, Mercurial version otherwise
version = ''
hgkw.version.rememberversion(version)
setup(name='hgkw',
version=hgkw.version.getversion(),
description='Mercurial keyword extension (standalone)',
author='Christian Ebert',
author_email='blacktrash@gmx.net',
url='http://www.blacktrash.org/hg/hgkeyword/',
license='GNU GPL',
packages=['hgkw'])