https://bugzilla.wikimedia.org/show_bug.cgi?id=35534
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Antoine "hashar" Musso <[email protected]> 2012-03-27 20:01:39 UTC --- You can change the topic branch post commit, fetch the change and resubmit it using another topic name: git fetch gerrit refs/changes/<somechange> && git checkout FETCH_HEAD git push HEAD:refs/for/master/new_topic Or something to possibly try out: git-review -d 12345 # rename branch: git branch -m new_topic # submit git-review -f git-review -f -n (dry run) should make that clear. -- 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
