https://bugzilla.wikimedia.org/show_bug.cgi?id=52292
--- Comment #3 from Marcin Cieślak <[email protected]> --- No, not necessary. Our last patchset is patch set 5 which is revision bbb123 based on parent aaa456 One developer submitted patch set 6 (revision ccc789) based on the parent revision aaa456 as well. Then another developer edits something which means submitting independent patch set 7 based on the parent revision aaa456 as well. It can include stuff from patchset 5 but does not have to. All patchsets are independent "children" of the parent. Sometimes parents differ when you "rebase" your stuff. One can squash (merge) few changes into one - I would checkout patch set 6 and then checkout patch set 7 by using "git cherry-pick -n" without using another commit. You can use "git-review -X change,patchnr" for that. -- 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
