Page MenuHomePhabricator

ChangeTags::updateTags() should be able to derive log_id from rev_id (and the other way) when applicable
Closed, ResolvedPublic

Description

ChangeTags::updateTags() should be able to derive log_id from rev_id (and the other way) when applicable.

Event Timeline

matmarex claimed this task.
matmarex raised the priority of this task from to Medium.
matmarex updated the task description. (Show Details)
matmarex added subscribers: matmarex, TTO.

Change 262858 had a related patch set uploaded (by Bartosz Dziewoński):
ChangeTags: Teach updateTags() to derive log_id from rev_id (and the other way)

https://gerrit.wikimedia.org/r/262858

Change 262858 merged by jenkins-bot:
ChangeTags: Teach updateTags() to derive log_id from rev_id (and the other way)

https://gerrit.wikimedia.org/r/262858

@TTO I really love how all the tag editing stuff you wrote is robust enough to handle this with no changes needed :D It all just worked, magic. I submitted a tiny follow-up change to the log formatter: https://gerrit.wikimedia.org/r/264759

Thanks Bartosz, I think it's just luck though :)