To access this dialog, click VCS in the main menu, and select Update Project from the popup. Alternatively, you can use the Ctrl+T shortcut.
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 hg pull command. |
| 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:
|
strategy.
The local working directory will be updated to the latest available changeset. The result is identical with that of running the