hg-fast-export.py: restore compatibility with older python
commit728716375b3d47ab45f23dabc02c32424c9328f4
authorKyle J. McKay <mackyle@gmail.com>
Sat, 15 Mar 2014 04:06:53 +0000 (14 21:06 -0700)
committerFrej Drejhammar <frej.drejhammar@gmail.com>
Sun, 16 Mar 2014 15:00:42 +0000 (16 16:00 +0100)
tree9b29f7263becacf4d1a86cc6ce100385ab374878
parent8ed62c9cf7d6b97b193191e495162af994796355
hg-fast-export.py: restore compatibility with older python

Since hg runs and supports older versions of python, hg-fast-export.py
should too.  Replace dictionary comprehension with equivalent code that
supports versions of python older than 2.7.
hg-fast-export.py