PyCharm 2018.1 Help

Update Info Tab

View | Tool Windows | Version Control

This tab is available when local information is synchronized to the server.

ItemTooltip and shortcutDescription
CloseActiveTab Group by PackagesWhen this button is pressed, the update information within nodes is grouped by packages.
icon groupByChangelist Group by ChangelistsWhen this button is pressed, the update information within nodes is grouped by changelists, and by the day the changelist has been committed. The Update Info tab is divided into two panes: the left pane shows the changelists, grouped by the check-in date, and the right pane shows the list of changed files.

Grouping by changelists is not available if the project is under Git or Mercurial control.

expandAll
collapseAll
Expand all
Ctrl+NumPad Plus
Collapse all
Ctrl+NumPad -
Use these buttons to have all nodes expanded or collapsed.
icon_showDiff Show Diff
Ctrl+D
Click this button to open the Differences Viewer for Files, where you can compare the local copies of all the project files one after another with their updates from the server. Use the buttons Compare Next File compareNextFile.png and Compare Previous File comparePreviousFile.png to scroll through the list of updated files.
close Close
Ctrl+Shift+F4
Click this button to close the tab.
icon help Help
F1
Click this button to show reference page.
icon_showDiff Show Diff
Ctrl+D
Click this button to show differences between the selected and the previous revision for the selected file in the Changes Files pane.
icon_showDiffLocal Show Diff with LocalClick this button to show differences between the selected revision of a file, and its current local copy.
edit Edit Source
F4
Click this button to open local copy of the selected file for editing.
icon openRepositoryVersion Open Repository VersionClick this button to open repository version of the selected file.
rollback.png Revert Selected ChangesClick this button to revert selected changes.
propertiesDiff.png This button is only available for the files under Subversion, and enables viewing differences in properties of the selected file.
iconShowHistory.png Show HistoryClick this button to open the History view of the selected file in the History Tab of the Version Control tool window.
vcsToolbarGroupByDirIcon Group by Directory
Ctrl+P
When the button is not pressed, the pane shows a flat list of files. When the button is pressed, the pane shows files in their respective packages. In the latter case, expand and collapse buttons appear in the toolbar.
expandAll
collapseAll
Expand all
Ctrl+NumPad Plus
Collapse all
Ctrl+NumPad -
Use these buttons to have all nodes expanded or collapsed.
iconSelectAll.png Select All
Ctrl+A
Click this button to select all files in the Changed Files pane.
Last modified: 23 July 2018

See Also