Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F85018
D7637.diff
All Users
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
452 B
Referenced Files
None
Subscribers
None
D7637.diff
View Options
diff --git a/src/applications/repository/storage/PhabricatorRepository.php b/src/applications/repository/storage/PhabricatorRepository.php
--- a/src/applications/repository/storage/PhabricatorRepository.php
+++ b/src/applications/repository/storage/PhabricatorRepository.php
@@ -897,10 +897,6 @@
}
public function canMirror() {
- if (!$this->isHosted()) {
- return false;
- }
-
if ($this->isGit()) {
return true;
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/o2/fc/3zpgtvolrpihj3p5
Default Alt Text
D7637.diff (452 B)
Attached To
Mode
D7637: Allow repository mirrors even if the repository is hosted elsewhere.
Attached
Detach File
Event Timeline
Log In to Comment