1
0
Fork 0
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:
epriestley 2018-03-30 17:50:17 -07:00
commit c8b716c4a8
2 changed files with 5 additions and 1 deletions

View file

@ -174,6 +174,10 @@ final class ArcanistMercurialParser extends Phobject {
case 'bookmark':
$commit['bookmark'] = $value;
break;
case 'obsolete':
// This is an extra field added by the "evolve" extension even
// if HGPLAIN=1 is set. See PHI502.
break;
default:
throw new Exception(
pht("Unknown Mercurial log field '%s'!", $name));

View file

@ -167,7 +167,7 @@ EOTEXT
}
echo $stdout;
fprintf(STDERR, $stderr);
fprintf(STDERR, '%s', $stderr);
return $err;
}