Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create LazyChangeset #105

Open
lukaszb opened this issue Apr 27, 2013 · 0 comments
Open

Create LazyChangeset #105

lukaszb opened this issue Apr 27, 2013 · 0 comments

Comments

@lukaszb
Copy link
Member

lukaszb commented Apr 27, 2013

We currently have a line:

yield (ln_no, sha, lambda: self.repository.get_changeset(sha), line)

where we should instead use custom LazyChangeset object. It would be easier for prototyping (ie. in a shell user can easily see what's that object do).

lukaszb referenced this issue Apr 27, 2013
- Synced all changes from rhodecode into VCS
- Subprocess calls are now made via subprocessio
  provides non-blocking subprocess commands
- Added children methods to changeset objects
- Unified diff between git and mercurial.
  it now shows renames/copies/binary files properly
- Fixed some relative imports in tests
- Implemented __eq__ operator for repositories
- Author and committer are now two separate functions
  allowing to fetch that information from git
- Slicing of repos use now more efficient generator wrappers
  called CollectionGenerator
- Removed LazyProperty from _repo object in dulwich that was causing
  various errors in multithreaded env
- Improved performance of file history methods
- Implemented URL validator for GIT
- Fixed fetch method for GIT to actually fetch all heads

--HG--
extra : amend_source : 1ee7550a83ef18e232683fe73bfe9ab8b8c62511
extra : histedit_source : a61eb96e86483f39541aa83f777cdffd0dd77a64%2Cb7084d92169ae2b6b6c45175000a6e662850a652
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant