[PATCH 02 of 15] speedy: stub history query server

Idan Kamara idankk86 at gmail.com
Wed Dec 12 15:57:05 CST 2012


On Tue, Dec 11, 2012 at 8:38 PM, Tomasz Kleczek <tkleczek at fb.com> wrote:
> # HG changeset patch
> # User Tomasz Kleczek <tkleczek at fb.com>
> # Date 1355245443 28800
> # Branch stable
> # Node ID 5d51bf818878db395e2e1f840769a83254c3dcfd
> # Parent  13c6bcb8dd900dc7dbf5e3da9ef68d56fed250b3
> speedy: stub history query server
>
> Introduce a server component to which clients delegate their
> history requests.

Sounds like you could use the command server for this by
adding new commands to it and making it work with TCP sockets.

Yuya already monkey patched it to work over Unix sockets so it's
worth peeking at his stuff, and in general his work on chg might
help you in some way.

https://bitbucket.org/yuja/chg


More information about the Mercurial-devel mailing list