PyCharm
 
Get PyCharm

Repository and Incoming tabs

Last modified: 26 August 2024

The Repository and Incoming tabs are only available for non-distributed version control systems (that is all VCSs supported by PyCharm except for Git and Mercurial).

The Repository tab shows the changes committed to the repository under the VCS roots within the current project. The Incoming tab shows the changes committed to the repository by other team members, and not yet checked out locally. Both tabs display the information stored in the history cache. The number of changelists displayed depends on the cache scope.

Each tab contains the following panes:

  • The Changelists pane shows changelists.

  • The Changed Files pane shows the list of files that were modified and committed within the selected changelist.

Note that if you are using SVN 1.5 or later both on the server and in the local working copies, the Repository tab also features a Merge Info pane that configures the view in the other two panes and provides control over integration between branches.