Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15414986
D9512.id22795.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
852 B
Referenced Files
None
Subscribers
None
D9512.id22795.diff
View Options
diff --git a/src/applications/diffusion/controller/DiffusionRepositoryEditDeleteController.php b/src/applications/diffusion/controller/DiffusionRepositoryEditDeleteController.php
--- a/src/applications/diffusion/controller/DiffusionRepositoryEditDeleteController.php
+++ b/src/applications/diffusion/controller/DiffusionRepositoryEditDeleteController.php
@@ -29,8 +29,8 @@
'If you really want to delete the repository, run this command from '.
'the command line:');
$command = csprintf(
- 'phabricator/ $ ./bin/remove destroy %s',
- $repository->getCallsign());
+ 'phabricator/ $ ./bin/remove destroy %R',
+ $repository->getMonogram());
$text_2 = pht('Repositories touch many objects and as such deletes are '.
'prohibitively expensive to run from the web UI.');
$body = phutil_tag(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 21 2025, 3:24 AM (5 w, 9 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7683003
Default Alt Text
D9512.id22795.diff (852 B)
Attached To
Mode
D9512: Fix wording of 'bin/remove' prompt for repositories
Attached
Detach File
Event Timeline
Log In to Comment