Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F17744042
D9322.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
661 B
Referenced Files
None
Subscribers
None
D9322.id.diff
View Options
diff --git a/src/applications/repository/management/PhabricatorRepositoryManagementParentsWorkflow.php b/src/applications/repository/management/PhabricatorRepositoryManagementParentsWorkflow.php
--- a/src/applications/repository/management/PhabricatorRepositoryManagementParentsWorkflow.php
+++ b/src/applications/repository/management/PhabricatorRepositoryManagementParentsWorkflow.php
@@ -58,6 +58,10 @@
$graph = array();
foreach ($refs as $ref) {
+ if (!$repo->shouldTrackBranch($ref->getRefName())) {
+ continue;
+ }
+
$console->writeOut(
"%s\n",
pht('Rebuilding branch "%s"...', $ref->getRefName()));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 22, 3:07 PM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8493772
Default Alt Text
D9322.id.diff (661 B)
Attached To
Mode
D9322: Don't attempt to discover parents commits for untracked branchs.
Attached
Detach File
Event Timeline
Log In to Comment