On 29-Jul-14 15:04, BogDan wrote: > I want to push a fix for a P1 bug, to qttools repo, 5.3 branch but it > says it is closed. > > [LOG] > To ssh://[email protected]:29418/qt/qttools > ! [remote rejected] HEAD -> refs/for/5.3 (change 90905 closed) > error: failed to push some refs to > 'ssh://[email protected]:29418/qt/qttools' > [/LOG]
Looks like your fix is based on https://codereview.qt-project.org/#/c/90905 which is abandoned. Do an interactive rebase and remove that change from your branch. Then you can push again. Joerg _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
