Inacurate algo for indicating MERGED branches
It is not accurate to use whether a not a branch is the same as master to know whether it has been MERGED or not. making a new branch on local from master and pushing it to save for later without making changes on it leads to a MERGED indicator. Probably need to have some additional logic to check if there are both no changes and master graph![Screen_Shot_2020-06-26_at_12.01.43_PM](/uploads/129ff7aa2b73fea3ca153ed34183a4b0/Screen_Shot_2020-06-26_at_12.01.43_PM.png) contain this branch hash key.
issue