Page MenuHomePhabricator

D14829.id35856.diff
No OneTemporary

D14829.id35856.diff

diff --git a/src/applications/differential/customfield/DifferentialBranchField.php b/src/applications/differential/customfield/DifferentialBranchField.php
--- a/src/applications/differential/customfield/DifferentialBranchField.php
+++ b/src/applications/differential/customfield/DifferentialBranchField.php
@@ -45,7 +45,7 @@
return pht('%s (bookmark)', $bookmark);
} else if (strlen($branch)) {
$onto = $diff->loadTargetBranch();
- if (strlen($onto)) {
+ if (strlen($onto) && ($onto !== $branch)) {
return pht(
'%s (branched from %s)',
$branch,

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 20, 6:58 AM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7304187
Default Alt Text
D14829.id35856.diff (606 B)

Event Timeline