PyCharm 2017.1 Help

Changes Browser

VCS | Integrate Project

This dialog opens when you select the Specified option in the Integrate Project dialog, and click the /help/img/idea/2017.1/ellypsis.png button.

Use this dialog to select which revision to use in integration.

The Changes Browser dialog consists of the following areas:

Changes list

This pane contains the list of all changes to your project. For each change, there is the revision number, the user who made the change, the date and the description. You can sort the list by this information by clicking the corresponding column header.

You can click the Older and Newer buttons to display the previous/next list of change.

Commit message

This read-only area shows the commit message for the selected revision.

Commit details

This pane shows a list of files that were modified in the selected revision.

Toolbar

ItemTooltip and ShortcutDescription
/help/img/idea/2017.1/icon_showDiff.png Show Differences
Ctrl+D
Click this button to open the Differences dialog that points at the differences between the selected revision and the previous revision of the selected file.
/help/img/idea/2017.1/svnShowDiffWithLocal.png Show Diff with Local Click this button to open the Differences dialog that points at the differences between the selected file in the current revision and in your local working copy.
/help/img/idea/2017.1/edit.png Edit Source
F4
Click this button to open the source code of the selected file in the editor.
img Open Repository Version Click this button to open the repository version of the selected file for editing.
/help/img/idea/2017.1/rollback.png Revert Selected Changes Click this button to roll back the changes in the selected file.
/help/img/idea/2017.1/propertiesDiff.png Compare Subversion Properties Click this button to view the differences in properties between the selected revision of the selected file and your local working copy.
/help/img/idea/2017.1/groupByPackage.png Group by Directory
Ctrl+P
Click this button to transform a flat list of files into a tree of packages with files.
/help/img/idea/2017.1/expandAll.png /help/img/idea/2017.1/collapseAll.png Expand All/Collapse All
Ctrl+NumPad Plus
Click this button to expand/collapse all nodes.

Note that these buttons are only available only when tree-view is enabled.

See Also

Last modified: 26 July 2017