Page MenuHomePhabricator

D7677.diff
No OneTemporary

D7677.diff

Index: resources/sql/patches/20131121.repocredentials.2.mig.php
===================================================================
--- resources/sql/patches/20131121.repocredentials.2.mig.php
+++ resources/sql/patches/20131121.repocredentials.2.mig.php
@@ -69,7 +69,7 @@
$callsigns = mpull($repositories, 'getCallsign');
$name = pht(
'Migrated Repository Credential (%s)',
- implode(', ', $callsigns));
+ phutil_utf8_shorten(implode(', ', $callsigns), 128));
echo "Creating: {$name}...\n";

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 19, 8:12 AM (19 h, 46 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6726439
Default Alt Text
D7677.diff (539 B)

Event Timeline