Update Project dialog (Mercurial)
Install the Mercurial plugin
This functionality relies on the Mercurial plugin, which you need to install and enable.
Press Ctrl+Alt+S to open settings and then select .
Open the Marketplace tab, find the Mercurial plugin, and click Install (restart the IDE if prompted).
In this dialog, select how you want to synchronize your local repository with the central storage.
Option | Description |
|---|---|
Pull | Select this option to pull new changesets from the remote repository to the local one. This option can be deselected if the pull operation is performed by other means, for example via a script. The result is identical with that of running the |
Update Strategy | In this section, select the synchronization method. This strategy will be applied to all Mercurial version control roots. The available options are:
|
Do not show this dialog in the future | Select this option to have IntelliJ IDEA update your project silently in the future using the specified update strategy. To invoke this dialog before an update, open the the Version Control | Confirmation settings page Ctrl+Alt+S, and then select Update in the Display option dialogs when these commands are invoked area. |