Re: Dependent review requests

2018-01-26 Thread Sandro Knauß
Hey, I asked the same in private before and got this answer from Renato. But I haven't used it till now... > I saw that you have managed it to get something like "stack" inside a > Review Request. Like in https://phabricator.kde.org/D8434 (see attachment). > Can you tell me how to get such a

Re: Dependent review requests

2018-01-25 Thread Harald Sitter
On Thu, Jan 25, 2018 at 3:00 PM, Michael Heidelbach wrote: > Hi! > > When I do > > git checkout -b A origin/master > > (changes) > > git checkout -b B A > > (changes) > > > git checkout A > > arc diff > > git checkout B > > arc diff > > Will phabricator show the relation of A and B? Is that a reas

Dependent review requests

2018-01-25 Thread Michael Heidelbach
Hi! When I do git checkout -b A origin/master (changes) git checkout -b B A (changes) git checkout A arc diff git checkout B arc diff Will phabricator show the relation of A and B? Is that a reasonable approach, anyway? Michael