Mercurial > evolve
comparison README @ 2273:228111491788 stable
legacy: fix debugrecordpruneparents to call obsstore.create() with keywords
It appears the API was changed twice in Mercurial at
- 570f87422f54 "obsstore: add an explicit `date` argument to obsstore.create"
- adb3798dce49 "obsstore: add a `parents` argument to obsstore.create"
and metadata would be changed to a list of (key, value) pairs. Convert it back
to a dict as expected by create().
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Thu, 20 Apr 2017 00:21:13 +0900 |
parents | eb47d436cdc3 |
children | 72ba9d4418e0 |
comparison
equal
deleted
inserted
replaced
2272:eb47d436cdc3 | 2273:228111491788 |
---|---|
115 | 115 |
116 6.0.1 - in progress | 116 6.0.1 - in progress |
117 ------------------- | 117 ------------------- |
118 | 118 |
119 - template: adapt to change in 4.2 | 119 - template: adapt to change in 4.2 |
120 - fix 'debugrecordpruneparents' (outdated API usage) | |
120 | 121 |
121 6.0.0 -- 2017-02-31 | 122 6.0.0 -- 2017-02-31 |
122 ------------------- | 123 ------------------- |
123 | 124 |
124 - push: improved detection of obsoleted remote branch (issue4354), | 125 - push: improved detection of obsoleted remote branch (issue4354), |