Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15410267
D14829.id35856.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
606 B
Referenced Files
None
Subscribers
None
D14829.id35856.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D14829: Don't show "master (branched from master)" in UI
Attached
Detach File
Event Timeline
Log In to Comment