1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-17 00:39:02 +00:00
starship/tests
David Hewson 178f177dac perf(hg_branch): Replace direct calls to hg (#803)
perf: don't use hg process to get branch / bookmark information, each call was taking 250ms and it was making on average 2 calls.
the branch and bookmark information is available in files in the root of the repo, use that instead.
now takes 300 micro seconds

fix: do not use .hgignore to decide if it is an hg repo. was providing false positives. #721

fix: after changing branch the new branch was not show (the old branch was shown), the new branch is now correctly shown. #722

fix: if no branch override was set it would say (no branch) however if you commited in that state you would commit to the branch default so say that instead
2020-01-03 17:51:45 -05:00
..
fixtures feat: Add the hg_branch module (#569) 2019-12-02 17:37:18 -05:00
testsuite perf(hg_branch): Replace direct calls to hg (#803) 2020-01-03 17:51:45 -05:00
Dockerfile feat: Implement terraform module with workspace and version (#644) 2019-12-08 20:42:51 -05:00