https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288232
--- Comment #3 from Mateusz Piotrowski <[email protected]> --- Yes, git-arc finds the review exactly how Brooks described it. This way `git arc update HEAD` knows exactly what review to update. The inconvenience is that `git arc create HEAD` does not check if there is already a review with the same name. It will just go ahead and create another review with the same title. As a result, subsequent `git arc update HEAD` calls will refuse to run because of the existence of two identically called reviews in Phabricator. It would be nice if git arc create refused to create such a duplicate. -- You are receiving this mail because: You are the assignee for the bug.
