#!/usr/bin/env python3
#!/usr/bin/env hg

# This is a utility script just to locate the system mercurial packages
import os
import mercurial
print(os.path.abspath(mercurial.__file__))
