mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-12-02 11:42:41 +01:00
(stable) Promote 2018 Week 25
This commit is contained in:
commit
b4ba68b975
1 changed files with 3 additions and 2 deletions
|
@ -175,8 +175,9 @@ final class ArcanistMercurialParser extends Phobject {
|
||||||
$commit['bookmark'] = $value;
|
$commit['bookmark'] = $value;
|
||||||
break;
|
break;
|
||||||
case 'obsolete':
|
case 'obsolete':
|
||||||
// This is an extra field added by the "evolve" extension even
|
case 'instability':
|
||||||
// if HGPLAIN=1 is set. See PHI502.
|
// These are extra fields added by the "evolve" extension even
|
||||||
|
// if HGPLAIN=1 is set. See PHI502 and PHI718.
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw new Exception(
|
throw new Exception(
|
||||||
|
|
Loading…
Reference in a new issue