AppCode 2022.2 Help

Mercurial

Mercurial support

  • When Mercurial integration with AppCode is enabled, the Mercurial option appears in the VCS menu, and in the context menus of the editor and Project tool window.

  • The files in the folders under the Mercurial control are highlighted according to their status. See File status highlights for file status highlighting conventions.

  • Modifications results are shown in the Commit tool window ⌥ 0.

  • When using Mercurial integration, it is helpful to open the Console tab of the Mercurial tool window ⌥ 9, which displays the following data:

    • All commands generated based on the settings you specify through the AppCode user interface.

    • Information messages concerning the results of executing generated Mercurial commands.

    • Error messages.

Set up Mercurial

Make sure that Mercurial is installed on your computer.

Configure Mercurial executable

  1. Press ⌃ ⌥ S to open the IDE settings and select Version Control | Mercurial.

  2. In the Path to Mercurial executable field, specify the path to hg executable.

  3. Click Test to make sure the path is specified correctly. Apply the changes and close the dialog.

Enable Mercurial integration for your project

  1. Press ⌥ ` to open the VCS Operations Popup and select Enable Version Control Integration.

    Alternatively, from the main menu, select VCS | Enable Version Control Integration.

  2. In the Enable Version Control Integration dialog that opens, select Mercurial.

  3. Click OK to apply the changes.

Last modified: 21 July 2022