1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-20 08:58:55 +02:00

Minor, always show the current branch in "arc branch"

This commit is contained in:
epriestley 2012-06-26 12:45:47 -07:00
parent 67956306cb
commit d724ed0860

View file

@ -207,7 +207,7 @@ EOTEXT
$status = 'No Revision';
}
if (!$this->getArgument('view-all')) {
if (!$this->getArgument('view-all') && !$branch['current']) {
if ($status == 'Closed' || $status == 'Abandoned') {
continue;
}