The error stems from the arc-hg.py extensions
AttributeError: module 'mercurial.hg' has no attribute 'parseurl'
I checked with the Mercurial IRC and they confirm they moved parseurl into mercurial.utils.urlutil recently.
Need to update the extension to attempt pulling from both places...