質問

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

Is there an equivalent with mercurial?

役に立ちましたか?

解決

hg paths

http://www.selenic.com/mercurial/hg.1.html#paths

(seriously, there is nothing to add more)

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top