Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2618957
D25460.1731626233.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
D25460.1731626233.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 14, 23:17 (6 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
969077
Default Alt Text
D25460.1731626233.diff (1 KB)
Attached To
Mode
D25460: Make "git cat-file" exception messages include repository monogram/slug
Attached
Detach File
Event Timeline
Log In to Comment