Page MenuHomePhorge

D25460.1726915474.diff
No OneTemporary

D25460.1726915474.diff

diff --git a/src/applications/diffusion/query/lowlevel/DiffusionLowLevelResolveRefsQuery.php b/src/applications/diffusion/query/lowlevel/DiffusionLowLevelResolveRefsQuery.php
--- a/src/applications/diffusion/query/lowlevel/DiffusionLowLevelResolveRefsQuery.php
+++ b/src/applications/diffusion/query/lowlevel/DiffusionLowLevelResolveRefsQuery.php
@@ -140,8 +140,9 @@
if (count($lines) !== count($unresolved)) {
throw new Exception(
pht(
- 'Unexpected line count from `%s`!',
- 'git cat-file'));
+ 'Unexpected line count from `%s` in %s!',
+ 'git cat-file',
+ $repository->getMonogram()));
}
$hits = array();
@@ -153,8 +154,9 @@
if (count($parts) < 2) {
throw new Exception(
pht(
- 'Failed to parse `%s` output: %s',
+ 'Failed to parse `%s` output in %s: %s',
'git cat-file',
+ $repository->getMonogram(),
$line));
}
list($identifier, $type) = $parts;
@@ -177,8 +179,9 @@
default:
throw new Exception(
pht(
- 'Unexpected object type from `%s`: %s',
+ 'Unexpected object type from `%s` in %s: %s',
'git cat-file',
+ $repository->getMonogram(),
$line));
}

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 21, 10:44 (21 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
893691
Default Alt Text
D25460.1726915474.diff (1 KB)

Event Timeline