Page MenuHomePhabricator

D19498.diff
No OneTemporary

D19498.diff

diff --git a/src/repository/parser/ArcanistMercurialParser.php b/src/repository/parser/ArcanistMercurialParser.php
--- a/src/repository/parser/ArcanistMercurialParser.php
+++ b/src/repository/parser/ArcanistMercurialParser.php
@@ -175,8 +175,9 @@
$commit['bookmark'] = $value;
break;
case 'obsolete':
- // This is an extra field added by the "evolve" extension even
- // if HGPLAIN=1 is set. See PHI502.
+ case 'instability':
+ // These are extra fields added by the "evolve" extension even
+ // if HGPLAIN=1 is set. See PHI502 and PHI718.
break;
default:
throw new Exception(

File Metadata

Mime Type
text/plain
Expires
Mar 7 2025, 6:50 PM (6 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7224346
Default Alt Text
D19498.diff (705 B)

Event Timeline