Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15394267
D9450.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
592 B
Referenced Files
None
Subscribers
None
D9450.diff
View Options
diff --git a/src/repository/api/ArcanistMercurialAPI.php b/src/repository/api/ArcanistMercurialAPI.php
--- a/src/repository/api/ArcanistMercurialAPI.php
+++ b/src/repository/api/ArcanistMercurialAPI.php
@@ -266,7 +266,8 @@
// We didn't get a cheap hit on previous commit, so do the full-cost
// "hg parents" call. We can run these in parallel, at least.
$futures[$node] = $this->execFutureLocal(
- "parents --template='{node}\\n' --rev %s",
+ 'parents --template %s --rev %s',
+ '{node}\n',
$node);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 11:43 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7449044
Default Alt Text
D9450.diff (592 B)
Attached To
Mode
D9450: Make retrieving parents for mercurial commits work consistently across platforms
Attached
Detach File
Event Timeline
Log In to Comment