Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15399170
D17296.id41602.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
608 B
Referenced Files
None
Subscribers
None
D17296.id41602.diff
View Options
diff --git a/src/applications/diffusion/engine/DiffusionCommitHookEngine.php b/src/applications/diffusion/engine/DiffusionCommitHookEngine.php
--- a/src/applications/diffusion/engine/DiffusionCommitHookEngine.php
+++ b/src/applications/diffusion/engine/DiffusionCommitHookEngine.php
@@ -955,6 +955,7 @@
} else if ($key_new === null) {
$ref_flags |= PhabricatorRepositoryPushLog::CHANGEFLAG_DELETE;
} else {
+ $_ENV['HG_PENDING'] = getenv('HG_PENDING');
list($merge_base_raw) = $this->getRepository()->execxLocalCommand(
'log --template %s --rev %s',
'{node}',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 18, 3:10 AM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7707174
Default Alt Text
D17296.id41602.diff (608 B)
Attached To
Mode
D17296: Pass mercurial PENDING environment into log command during prepushkey hook
Attached
Detach File
Event Timeline
Log In to Comment