Mercurial
Prerequisites
Mercurial is installed on your computer.
The location of the Mercurial executable file hg.exe is correctly specified on the Mercurial page of the Settings/Preferences dialog.
Mercurial integration is enabled for the current project root or directory.
If you want to use a remote repository, create a Mercurial hosting account first. You can access the remote repository through a pair of ssh keys or apply the username/password and keyboard interactive authentication methods supported by the Mercurial integration.
Mercurial support
When Mercurial integration with AppCode is enabled, the
item appears in the 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.