C-Hglib

A C library for interfacing with Mercurial's CommandServer.

1. Getting the source

You can clone the packeage from its primary repository c-hglib.

2. First plan

3. Reporting bugs

Bugs can be reported on bitbucket-issue list.

4. My starts points will be

5. Directory tree

.
├── examples
│   └── level0.h
├── hglib
│   ├── main.c
│   ├── Makefile
│   ├── client.c
│   ├── client.h
│   ├── utils.c
│   └── utils.h
├── README.md
└── Makefile

== See also ==