On Wed, Mar 28, 2012 at 1:58 AM, Amir E. Aharoni amir.aharoni@mail.huji.ac.il wrote:
When i use `git review -d' on a change that was in the aforementioned branch, another branch called "review/amire80/bug/31817" is created, so i suppose that Gerrit identified the bug number (or maybe somebody did it manually and i missed it). I don't quite understand why two branches are created for pretty much the same thing. Maybe i should create a branch called "review/amire80/bug/31817" in the first place?
Or maybe i shouldn't use `git review -d' at all?
No, this is expected behavior. git review -d creates branches with this naming convention, the only reason it's weird is because you're downloading yuor own change rather than someone else's.
Roan