Mercurial の「プル他」ダイアログでは、外部の Mercurial リポジトリからチェンジセットをプルし、それらをローカルリポジトリに追加できます。
You can access the Pull Other dialog by choosing Team > (Mercurial >) Share > Pull Other from the main menu.
「プル他」ダイアログでは、プル元の Mercurial リポジトリの場所を指定する必要があります。
リポジトリ URL: プル元のリポジトリの URL を入力します。
IDE では次の Mercurial URL がサポートされています。
プロトコル | アクセス方法 | 例 |
---|---|---|
file | 直接リポジトリアクセス (ローカルディスク上) | file:///repository_path |
http | WebDAV プロトコルでの Mercurial 対応サーバーアクセス | http://[username[:password]@]hostname/repository_path |
https | SSL 暗号化付き HTTP プロトコルでのアクセス | https://[username[:password]@]hostname/repository_path |
static-http | HTTP でのアクセスは、低速ですが、Mercurial リポジトリへもアクセスできます。Mercurial リポジトリでは、単純に Web サーバーを使用して、.hg ディレクトリを静的コンテンツとしてパブリッシュします | static-http://hostname/repository_path |
ssh | SSH でのアクセス | ssh://hostname/repository_path |