Page MenuHomePhabricator

D9450.diff
No OneTemporary

D9450.diff

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

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)

Event Timeline