mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-16 09:41:06 +01:00
(stable) Promote 2018 Week 13
This commit is contained in:
commit
c8b716c4a8
2 changed files with 5 additions and 1 deletions
|
@ -174,6 +174,10 @@ final class ArcanistMercurialParser extends Phobject {
|
||||||
case 'bookmark':
|
case 'bookmark':
|
||||||
$commit['bookmark'] = $value;
|
$commit['bookmark'] = $value;
|
||||||
break;
|
break;
|
||||||
|
case 'obsolete':
|
||||||
|
// This is an extra field added by the "evolve" extension even
|
||||||
|
// if HGPLAIN=1 is set. See PHI502.
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
throw new Exception(
|
throw new Exception(
|
||||||
pht("Unknown Mercurial log field '%s'!", $name));
|
pht("Unknown Mercurial log field '%s'!", $name));
|
||||||
|
|
|
@ -167,7 +167,7 @@ EOTEXT
|
||||||
}
|
}
|
||||||
|
|
||||||
echo $stdout;
|
echo $stdout;
|
||||||
fprintf(STDERR, $stderr);
|
fprintf(STDERR, '%s', $stderr);
|
||||||
return $err;
|
return $err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue