refactor version code
- simplify version detection code
- move detection code into setup.py
- move version reading function into util.py
- drop version.py code
This makes hg more closely follow its own recommendation of how to deal with
versioning your builds: use hg id in your build script.
merge: fix execute bit update issue introduced by
89207edf3973
transplant: move docstrings before imports (see
issue1466)