On May 24, 2008, at 11:29 AM, Robin Becker wrote:

> Robert Bradshaw wrote:
> .......
>>> can I just hg up to get the corrected version?
>>
>> You cold pull from the cython-devel branch, though I'm not promising
>> that it's bug free at this point. Or just apply that single change
>> (changing inline to INLINE). Perhaps we should have a cython-bugfix
>> branch with stuff like this (no new features) but so far the pace of
>> releases has been quick enough (and bugs rare enough) to not warrant
>> that.
>>
> .......
> I did it handomatically eventually and stuff seems to work. I'm new to
> hg and I find it strange that my repository has diffs even after I  
> do hg
> up although hg stat seems to indicate no mods.

With mercurial, you "pull" to get changes from another repository  
(e.g. the online one) and then "update" to apply the changes, so they  
have slightly different meanings than what you're trying to use them  
for.

- Robert

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to