https://bugzilla.wikimedia.org/show_bug.cgi?id=35456
Marcin Cieślak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Marcin Cieślak <[email protected]> 2012-03-24 17:15:46 UTC --- The magic part is "refs/for/REL1_19" insted of "refs/for/master" Here's what I did: $ git checkout gerrit/REL1_19 (...) $ git branch REL1_19 $ echo .... >> RELEASE-NOTES-1.19 $ git add RELEASE-NOTES-1.19 $ git commit -m "Testing for bug 35456" [detached HEAD f4b682a] Testing for bug 35456 1 files changed, 1 insertions(+), 0 deletions(-) $ git push gerrit HEAD:refs/for/REL1_19 Counting objects: 5, done. Delta compression using up to 8 threads. Compressing objects: 100% (3/3), done. Writing objects: 100% (3/3), 371 bytes, done. Total 3 (delta 2), reused 0 (delta 0) remote: Resolving deltas: 0% (0/2) remote: remote: New Changes: remote: https://gerrit.wikimedia.org/r/3688 remote: To ssh://saper@review:29418/mediawiki/core.git * [new branch] HEAD -> refs/for/REL1_19 So we have gerrit change 3688 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
