Size: 931
Comment:
|
Size: 1735
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 29: | Line 29: |
---- |
|
Line 39: | Line 41: |
100628 fix naive performance issues in current code, patch for mq issue 100629 ---- 100630 - 100701 redo all patches by splitting them. 100702 stumped by error after redo, till i found i lost some code during splitting. used an mq on the mq to fix it (hopefully not be doing that anytime soon) 100703 changegroupsubset is too slow for whole repo, while doing the collecting in _changegroup in rather redundant. move code to _changegroup for now to improve performance, while considering other options to improve situation including adding fastpath to changegroupsubset. 100704 looked into: wire protocol, bugs from bts, review patches from ml. 100705 spent the day [with attempts] fixing some bugs. sent a patch for issue1881 and some unsatisfying fixes for others. |
Vishakh Harikumar
Email: <vsh426 AT SPAMFREE gmail DOT com>
Irc : vsh
GSoC proposal: The updated version is available at http://bitbucket.org/vsh/shallow-proposal/src
mq: http://bitbucket.org/vsh/hg-shallow-clone/
Journal
100616 write script to get size stats of revlog in a repo, look into discovery.py
100617 investigate consequences of pruning revisions.
100618 look into performance issue.
100619-100621 fix punching in pull and changegroupsubset in localrepo
100621 fix revlog to create punched groups
100622 working on making revlog accept punched revisions
100623 add flags to record punched revisions
100624 fix up revlog.addgroup to write punched revisions
100625 -
100626 get simple shallow clone running and investigate performance
100627 look at some bugs in bts
100628 fix naive performance issues in current code, patch for mq issue
100629
100630 -
100701 redo all patches by splitting them.
100702 stumped by error after redo, till i found i lost some code during splitting. used an mq on the mq to fix it (hopefully not be doing that anytime soon)
100703 changegroupsubset is too slow for whole repo, while doing the collecting in _changegroup in rather redundant. move code to _changegroup for now to improve performance, while considering other options to improve situation including adding fastpath to changegroupsubset.
100704 looked into: wire protocol, bugs from bts, review patches from ml.
100705 spent the day [with attempts] fixing some bugs. sent a patch for issue1881 and some unsatisfying fixes for others.