git-review defaults to refs/publish/* which is deprecated

Asked by Derek Waldner

git-review 1.25.0 defaults to push changes to refs/publish/* without any command line options instead of refs/for/* as current gerrit 2.15.2 documentation indicates. Shouldn't the default be to push to refs/for/* and have the --compatible option use the deprecated refs/publish/*?

ie. Shouldn't this line, https://github.com/openstack-infra/git-review/blob/ed3c79e45289a73e5645be316ef9e39b08bb79c9/git_review/cmd.py#L1615, read 'ref = for'?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu git-review Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

I suggest you report a bug

Revision history for this message
Derek Waldner (derek.waldner.os) said :
#2

Thanks actionparsnip, that solved my question.