Mercurial: Placing Projects Under Version Control

See Also

The IDE enables you to place any project you are working on under version control. You effectively import your sources into a local Mercurial repository. The repository files are placed under a .hg directory under the project directory.

To place an IDE project under version control:

  1. In the Projects window, select an unversioned project and choose either:
  2. Putting the project under Mercurial revision control...
    The IDE initiates the Mercurial initialize action and the IDE's status bar indicates the progress of the repository creation under your local working directory. You can also view files being added to the repository from the Output window (Ctrl-4).
See Also
About Projects
Working with Mercurial

Legal Notices