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
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
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