Differences between revisions 15 and 16
Revision 15 as of 2010-04-01 22:33:52
Size: 990
Editor: Pradeepkumar
Comment:
Revision 16 as of 2010-04-01 23:43:20
Size: 1434
Editor: Pradeepkumar
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
A word about project:

Mercurial calculates diffs against previous revision rather than parent. In some cases this implementation is space inefficient, and it is more sensible to store deltas against parent. This project is about implementing [[http://mercurial.selenic.com/wiki/ParentDeltaPlan|Parent Delta Plan]]. This implementation changes the structure of revlogs, so wire protocol has to be extended to allow backward compatibility.

Email: <in3xes AT SPAMFREE gmail DOT com>

IRC Nick: inXs_

About Me:

- Student at IIT in India. Mathematics is my major.

- Hardcore fan of C, Python, Haskell. You can find some of my small projects on Github. -

- Love solving mathematics problems by programming. Solutions for the problems in Project Euler. Solved in python.

- Experienced user of git. Comfortable with Bazaar.

- Find me on Twitter

Google Summer of Code-2010

I am interested in "Parent delta". I can also work on conversion tools. But I am mainly focusing on Parent Delta Plan.

A word about project:

Mercurial calculates diffs against previous revision rather than parent. In some cases this implementation is space inefficient, and it is more sensible to store deltas against parent. This project is about implementing Parent Delta Plan. This implementation changes the structure of revlogs, so wire protocol has to be extended to allow backward compatibility.

CategoryHomepage

Pradeepkumar (last edited 2010-10-22 18:17:21 by mpm)