memo

2011-01-25

hg でリモートリポジトリの URL を毎回打つのが面倒くさい

ローカルリポジトリの .hg/hgrc に:

[paths]
alias1 = ssh://remotehost/path/to/remote/repo
alias2 = http://remotehost/path/to/other/repo

とか書いとけば hg pull alias1 みたいにできるようになる。

定義されている alias の一覧は hg paths で表示。