https://bugzilla.wikimedia.org/show_bug.cgi?id=57399
This, that and the other <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from This, that and the other <[email protected]> --- This usually happens when you do a "git pull" or "git pull origin" by force of habit, instead of "git pull master". This means you are pulling in changes from remotes/origin/master, but git-review only cares about remotes/master/master (unless you changed its configuration, I guess). I don't really consider this behaviour a bug (and if it is, it's an upstream bug in git-review), but I'll leave that judgement up to others. Are you saying you are seeing this in some other scenario? -- 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
