I want to see a list of stored remote locations (as in url's) from which I can pull from.
With git, I can do git remote -v
git remote -v
Is there an equivalent with mercurial?
hg paths
http://www.selenic.com/mercurial/hg.1.html#paths
(seriously, there is nothing to add more)