Page MenuHomePhabricator

D21391.id.diff
No OneTemporary

D21391.id.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
Mar 9 2025, 3:08 PM (6 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7225644
Default Alt Text
D21391.id.diff (523 B)

Event Timeline