dalehenrich / filetree

Monticello repository for directory-based Monticello packages enabling the use of git, svn, etc. for managing Smalltalk source code.
https://github.com/CampSmalltalk/Cypress
MIT License
133 stars 26 forks source link

Optimize use of MCLazyVersionInfo #168

Closed ThierryGoubier closed 8 years ago

ThierryGoubier commented 8 years ago

When browsing a gitfiletree repository, many requests are done to build the ancestry chain of version info, scanning all repositories in the process (and triggering network activity). A change in MCLazyVersionInfo can correct that.

ThierryGoubier commented 8 years ago

Closed by c3fc73d