[PATCH 00 of 14 RFC c-hglib:level0] c-hglib API level 0

Giovanni Gherdovich g.gherdovich at gmail.com
Wed Sep 11 23:50:05 CDT 2013


Hi Iulian,

>>> This is a draft of my work for c-hglib up to now [...]

First off: I would really like that, after we go over this round
of reviews, getting the final state of c-hglib will be just a matter
of downloading the final version of your patches from
http://patchwork.serpentine.com/project/hg/list/?submitter=99
(apparently 99 is your id).

Now it is not the case: if I do

mkdir level0 ; cd level0 ; hg init
for i in {2306..2319} ; \
  do curl http://patchwork.serpentine.com/patch/"$i"/raw/ -o $i.patch ; \
done
for i in {2306..2319} ; \
  do hg import ../$i.patch -m foo ; \
done

and compile everything with

gcc -g -c *.c

I have errors.

Please make sure that your patch series work off-the-shelf.

GGhh


More information about the Mercurial-devel mailing list