##// END OF EJS Templates
fix(svn): fixed txn_id extraction from the data buffer....
fix(svn): fixed txn_id extraction from the data buffer. - This buffer is always BYTES - use new python3 getvalue that can get the data and not exhaust the iterator - fixes # 5707

File last commit:

r4910:78e56e04 default
r5199:2548bbeb default
Show More
.bumpversion.cfg
5 lines | 143 B | text/x-ini | IniLexer
[bumpversion]
current_version = 5.0.0
message = release: Bump version {current_version} to {new_version}
[bumpversion:file:rhodecode/VERSION]