You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
- 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
We currently have a 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).The text was updated successfully, but these errors were encountered: