steps to reproduce:
- go to repo > manage > branches on a newly created git repository which has commits to 1 branch (master)
- Edit Branches
- Default branch: "master"
- Track only: leave empty
- Autoclose only: "master,release/*" (actually initially put a newline instead of a comma, ends up being the same thing)
- Save changes
expect to see:
Default Branch master Track Only Track All Branches Autoclose Only master, release/*
actual:
Default Branch master Track Only Track All Branches Autoclose Only Disabled
version info:
phabricator f0bf0419f12ad56e5f1e122543ff27be4e048a92 (Fri, Dec 2) arcanist fad85844314b151994769a461825c90f7400c145 (Oct 22 2016) phutil 213c7339ccd3e6ee0678b39e2354182f36eae23b (Fri, Dec 2)
other notes:
- the UI accurately reflects these settings on a different, existing, repo. but it wouldn't reflect them being set on this one even after multiple attempts.