Page MenuHomePhabricator

Allow rebase in gerrit following renames
Closed, DeclinedPublic

Description

The patch set https://gerrit.wikimedia.org/r/#/c/409342/ was not able to rebase through gerrit interface (Shows message that there are conflicts).

Using git command was working. The conflicts was with renamed classes from https://gerrit.wikimedia.org/r/#/c/409235/

Gerrit should rebase with following renames and allows such rebase like done on the command line.
At the moment there are many renames of files. With this feature it would be easier to keep as many as possible patch set mergable without many manual work.

Event Timeline

hashar subscribed.

If there is a more recent use case we can possibly investigate why Gerrit rejected it. I guess it just considers a file renaming to be too complicated to handle.

With the renames in T398513: Properly capitalise folders containing PHP files in MW core it would be nice to revisit this task and have it also for cherry-picks to release branches.