IntelliJ IDEA 2026.1 Help

New Bookmark dialog

Install the Mercurial plugin

This functionality relies on the Mercurial plugin, which you need to install and enable.

  1. Press Ctrl+Alt+S to open settings and then select Plugins.

  2. Open the Marketplace tab, find the Mercurial plugin, and click Install (restart the IDE if prompted).

Use this dialog to establish a new light-weight Mercurial branch (bookmark). The bookmark will immediately appear in the VCS widget. You can create both active and inactive bookmarks. By default, IntelliJ IDEA creates an active bookmark, so you are immediately switched to the new bookmark, and it is marked with a tick in the VCS widget. If you do not want to move your development to the new bookmark right now, you can create an inactive bookmark and switch to it later. Note that tracking and updating is available only for the bookmark that is currently active. You can have only one active bookmark. For more information, refer to Bookmarks and Manage Mercurial branches and bookmarks.

Item

Description

Bookmark Name

In this field, type the name of the bookmark. This identifier will always point at the head of the new light-weight branch as you commit changes. You can use this name to identify the head of the relevant light-weight branch when during update or merge.

Inactive

  • Clear this checkbox to activate the new bookmark and thus enable tracking and updating the light-weight branch the bookmarks identifies. The checkbox is cleared by default.

  • Select this checkbox to have an inactive bookmark created, that is, to remain in the current light-weight branch (bookmark) or named branch and switch to the new bookmark later.

23 February 2026