mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 23:02:41 +01:00
Minor, always show the current branch in "arc branch"
This commit is contained in:
parent
67956306cb
commit
d724ed0860
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ EOTEXT
|
||||||
$status = 'No Revision';
|
$status = 'No Revision';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$this->getArgument('view-all')) {
|
if (!$this->getArgument('view-all') && !$branch['current']) {
|
||||||
if ($status == 'Closed' || $status == 'Abandoned') {
|
if ($status == 'Closed' || $status == 'Abandoned') {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue