Source Control
Incoming/Outgoing changes graph
This milestone, we are enabling the visualization of the incoming and outgoing changes using a graph. The graph contains the current branch, the current branch's upstream branch, and an optional base branch. The root of the graph is the common ancestor of these branches.
We have made several improvements to the history item hover:
- Enabled multi-select to see changes across multiple history items that belong to the same branch.
- Added options to the
...
menu to filter history items from the remote/base branches.- Added actions to fetch, pull, and push history items.
Give it a try and let us know what you think!
You can disable the graph visualization of incoming/outgoing changes by toggling the
scm.showHistoryGraph
setting.
showHistoryGraph
文章评论