Confirmation
for OS X
Ctrl+Alt+S
In this page, specify whether you want PyCharm to ask you for confirmation before performing specific version control related actions.
Item | Description |
---|---|
When files are created | In this section, specify whether and how to put a file created in PyCharm under version control.
The following options are available:
|
When files are deleted | In this section, specify whether and how to remove a file from the version control system when the file is removed in PyCharm. The following options are available:
|
When empty changelist becomes inactive | In this section, specify PyCharm behavior on deleting an empty changelist.
|
Display Option dialogs when these commands are invoked | In this area, specify whether you want PyCharm to ask you for confirmation when invoking commands, specified below. To enable showing a prompt before performing an action, select the relevant check boxes. |
Show Clear Read-Only Status dialog box | Select this check box to have PyCharm explicitly require cancellation of the read-only status
when you open a file in the editor and try to modify it.
The read-only status can be cleared in two ways:
This option is relevant for those version control systems that separate check-out from opening for editing. |
Suggest to move uncommitted changes to another changelist | When this option is selected, on committing a changelist to the repository with some files excluded from the commit, PyCharm prompts to move these files to another changelist. |
Force non-empty check-in comments | Select this check box to suppress committing changes without supplying them with corresponding comments. |
Clear initial commit message | If this check box is selected, the previous check-in comment is cleared from the Comment area. |
Show patch in explorer after creation | Use this drop-down list to define the PyCharm behavior when a
patch is created.
The available options are:
|
Create changelist on failed commit | Use this drop-down list to define the PyCharm behavior in case of failed commits.
The available options are:
See the section Resolving Conflicts. |
See Also
Reference:
Concepts:
Version Control:
Last modified: 20 April 2016