LoginSignup
0
1

More than 5 years have passed since last update.

hg serveでpushを受け付ける

Posted at

開発用や検証用のリモートマシンでhg serveして, トンネル経由で直接チェンジセットをpushする場合, Mercurialはディフォルトではpushを受け付けないので以下のように.hgrcに書く必要がある.

[web]
push_ssl = false
allow_push = *

当たり前ですが, hg serve -a localhost -p 8000とかループバックアドレスにbindしないと危険なので注意してください.

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1