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

Some steps that I want to do first:

How to make it happen:

3. My starts points will be

4. Directory tree

.

├── hglib

│ ├── main.c

│ ├── Makefile.am

│ ├── utils.c

│ └── utils.h

├── Makefile.am

├── README.md

└── tests

└── Makefile.am