Size: 862
Comment: Make the page work with the all-extensions scrapping tool
|
← Revision 3 as of 2012-11-06 21:46:45 ⇥
Size: 863
Comment: de-link AppEngine
|
Deletions are marked like this. | Additions are marked like this. |
Line 15: | Line 15: |
Runs `hg serve` over an http relay service for when both parties are behind firewalls. The two parties need to agree on a shared secret by whatever means they see fit. The server communicates with a relay service hosted on Google's AppEngine (appspot.com), instead of listening on a local port. | Runs `hg serve` over an http relay service for when both parties are behind firewalls. The two parties need to agree on a shared secret by whatever means they see fit. The server communicates with a relay service hosted on Google's !AppEngine (appspot.com), instead of listening on a local port. |
Relay Extension
This extension is not distributed with Mercurial.
Author: Peter Arrenbrecht
Project at Google code: https://code.google.com/p/httprelay/
Repository: https://code.google.com/p/httprelay/
Download: http://httprelay.googlecode.com/hg/src_hg/hgext/relay.py
Overview
Runs hg serve over an http relay service for when both parties are behind firewalls. The two parties need to agree on a shared secret by whatever means they see fit. The server communicates with a relay service hosted on Google's AppEngine (appspot.com), instead of listening on a local port.
Documentation: http://code.google.com/p/httprelay/
Configuration
Configure your .hgrc to enable the extension by adding following lines:
[extensions] relay = /path/to/relay.py