Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15414072
D9309.id22322.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
698 B
Referenced Files
None
Subscribers
None
D9309.id22322.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
@@ -695,8 +695,8 @@
$futures['old']->updateEnv('HG_PENDING', null);
$futures['commits'] = $repository->getLocalCommandFuture(
- "log --rev %s --rev tip --template %s",
- hgsprintf('%s', $hg_node),
+ 'log --rev %s --template %s',
+ hgsprintf('%s:%s', $hg_node, 'tip'),
'{node}\1{branches}\2');
// Resolve all of the futures now. We don't need the 'commits' future yet,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 10:58 PM (1 d, 16 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7704833
Default Alt Text
D9309.id22322.diff (698 B)
Attached To
Mode
D9309: Fix an issue where Mercurial pushes would consider only the first and last commits
Attached
Detach File
Event Timeline
Log In to Comment