Page MenuHomePhabricator

D21391.diff
No OneTemporary

D21391.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
@@ -890,7 +890,10 @@
public function getActiveBookmark() {
$bookmark = $this->newMarkerRefQuery()
- ->withMarkerTypes(ArcanistMarkerRef::TYPE_BOOKMARK)
+ ->withMarkerTypes(
+ array(
+ ArcanistMarkerRef::TYPE_BOOKMARK,
+ ))
->withIsActive(true)
->executeOne();

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 17, 7:55 AM (6 d, 19 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7225644
Default Alt Text
D21391.diff (523 B)

Event Timeline