Page MenuHomePhabricator

D21589.id51404.diff
No OneTemporary

D21589.id51404.diff

diff --git a/src/land/engine/ArcanistLandEngine.php b/src/land/engine/ArcanistLandEngine.php
--- a/src/land/engine/ArcanistLandEngine.php
+++ b/src/land/engine/ArcanistLandEngine.php
@@ -780,13 +780,15 @@
$display_summary = $commit->getDisplaySummary();
if ($is_implicit) {
+ // NOTE: Mark commits with both a color and a character so the marking
+ // survives copy/paste.
echo tsprintf(
- " <bg:yellow> %s </bg> %s\n",
+ " ! <bg:yellow> %s </bg> %s\n",
$display_hash,
$display_summary);
} else {
echo tsprintf(
- " %s %s\n",
+ " %s %s\n",
$display_hash,
$display_summary);
}

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 29, 3:43 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7721613
Default Alt Text
D21589.id51404.diff (749 B)

Event Timeline