Actions
Defect #12409
closedGit: changesets aren't read after clear_changesets call
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Changesets aren't read after clear_changesets call at least in case of Git. The method clear_changesets clears all changesets but leaves extra_info in repositories table and therefore changesets aren't read after clear_changesets call.
The attached patch reset extra_info column of the affected repository in clear_changesets method.
Files
Updated by Etienne Massip about 12 years ago
- Status changed from Resolved to New
Updated by Toshi MARUYAMA about 12 years ago
- Subject changed from clear_changesets X fetch_changesets to clear extra_info in clear_changesets
Updated by Toshi MARUYAMA about 12 years ago
- Tracker changed from Patch to Defect
- Subject changed from clear extra_info in clear_changesets to Git: changesets aren't read after clear_changesets call
- Target version changed from 2.2.0 to 2.1.4
- Affected version (unused) set to 1.4.5
- Affected version set to 1.4.5
Updated by Toshi MARUYAMA about 12 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Committed in trunk, 2.1-stable and 1.4-stable.
Karel, thanks for catch up.
Actions