Page MenuHomePhabricator

D7920.diff
No OneTemporary

D7920.diff

Index: scripts/repository/commit_hook.php
===================================================================
--- scripts/repository/commit_hook.php
+++ scripts/repository/commit_hook.php
@@ -17,12 +17,12 @@
->executeOne();
if (!$repository) {
- throw new Exception(pht('No such repository "%s"!', $callsign));
+ throw new Exception(pht('No such repository "%s"!', $argv[1]));
}
if (!$repository->isHosted()) {
// This should be redundant, but double check just in case.
- throw new Exception(pht('Repository "%s" is not hosted!', $callsign));
+ throw new Exception(pht('Repository "%s" is not hosted!', $argv[1]));
}
$engine->setRepository($repository);

File Metadata

Mime Type
text/plain
Expires
Mon, May 20, 1:33 AM (2 w, 15 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6287391
Default Alt Text
D7920.diff (676 B)

Event Timeline