Make hg-fast-export work on Windows
commit4ce8835d110a1e379b124af0fff003a39696164c
authorDaniel Harding <dharding@gmail.com>
Wed, 21 Mar 2012 23:16:11 +0000 (21 23:16 +0000)
committerDaniel Harding <dharding@gmail.com>
Mon, 28 May 2012 17:57:30 +0000 (28 18:57 +0100)
tree45519f4dc1406130dd6d8afc5616ecb0c55ce9dd
parentd311f7fbc7f4e68d41ffa16ba9d9430fa4b63b4d
Make hg-fast-export work on Windows

* use sys.stdout.write instead of print to avoid end-of-line issues
* use os.devnull instead of hard-coding /dev/null
hg-fast-export.py
hg2git.py