Differences between revisions 5 and 9 (spanning 4 versions)
Revision 5 as of 2013-08-07 11:20:18
Size: 1159
Editor: 188-26-48-157
Comment:
Revision 9 as of 2013-08-26 09:43:00
Size: 273
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= C-Hglib =

A C library for interfacing with Mercurial's CommandServer.

<<TableOfContents>>

== Getting the source ==

You can clone the packeage from its primary repository [[https://bitbucket.org/istana/c-hglib|c-hglib]].

== First plan ==


== Reporting bugs ==

Bugs can be reported on [[https://bitbucket.org/istana/c-hglib/issues?status=new&status=open|bitbucket-issue list]].

== My starts points will be ==
 *[[http://mercurial.selenic.com/wiki/CommandServer|CommandServer]]
 *[[http://www.selenic.com/repo/python-hglib/file/ca5f8f43e585/|python-hglib]]
 *[[http://bitbucket.org/yuja/chg/src|chg]]

== Directory tree ==

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

== See also ==
 *[[http://mercurial.selenic.com/wiki/CommandServer|CommandServer]]
 *[[http://www.selenic.com/repo/python-hglib/file/ca5f8f43e585/|python-hglib]]
 *[[http://mercurial.selenic.com/wiki/MercurialApi|MercurialApi]]
Santa Rosa-born Dia Foster is hooked on [[https://www.teamgeorgiawrestling.com/index.php?option=com_blog&view=comments&pid=574689&Itemid=0|Spain weather June,]] rc vehicles, rocking aids babies. And lastly she's captivated by spending precious time with her nearest pals.

Santa Rosa-born Dia Foster is hooked on Spain weather June, rc vehicles, rocking aids babies. And lastly she's captivated by spending precious time with her nearest pals.

C-Hglib (last edited 2014-11-11 22:05:57 by rcl)