vcs.mercurial: Shell out to hg instead of using the mercurial package
authorW. Trevor King <wking@tremily.us>
Mon, 27 Jan 2014 18:01:42 +0000 (10:01 -0800)
committerW. Trevor King <wking@tremily.us>
Mon, 27 Jan 2014 18:01:42 +0000 (10:01 -0800)
commit2c93d234ed05f42f73bc9e30238d9cb1eb22412a
tree9c520ce49e33524ba140f0b407fadeb640768620
parent6cda763ebdfcda6d5919a9740f064d2a7e7b3db5
vcs.mercurial: Shell out to hg instead of using the mercurial package

Mercurial doesn't have Python 3 support, and has no plans for adding
it in the near future [1].  It's a pretty painless conversion to shell
out instead (as we already do for Git), so go that route instead.

[1]: http://mercurial.selenic.com/wiki/SupportedPythonVersions#Python_3.x_support
update_copyright/vcs/mercurial.py