On Thu, Jun 11, 2009 at 6:41 PM, Edward K. Ream<[email protected]> wrote:

>> git also sucks as a library. The implementation is a horrible mess,
>> really, even if the ideas are elegant.
>
> Is c.db the prototype of an implementation of git in python?

You are implying that c.db implementation is a mess? ;-)

Mercurial is closest to python git we have. However, it isn't quite as
explicit about the low level plumbing as git (and the low level
plumbing is what's interesting for us about git, because that's the
model leo could use).

But really, in hashcache we already have half of git ;-). We can
"remember" old hashes for @thin trees and basically provide back
/forward buttons that realize different stages of the history. That's
a pretty exciting idea, really, and easy to code.

-- 
Ville M. Vainio
http://tinyurl.com/vainio

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to