PyCharm 2.7.2 Web Help

The Mercurial integration with PyCharm provides the possibility to switch update the repository's working directory to the specified changeset or a specific line of development. Changesets can be identified by their hashes or by previously assigned tag identifiers.

To switch to another working directory
  1. On the main menu, choose VCS | Mercurial | Update to.
  2. In the Switch Working Directory Dialog dialog box that opens, specify the target working directory:
    • To switch to another line of development, choose Branch and select the desired branch from the drop-down list.
    • To switch to a changeset to which you have previously assigned a tag identifier, choose Tag and select the desired tag from the drop-down list.
    • To switch to a changeset identified by a hash, choose Revision and type the desired revision number in the text box.
  3. To have any local changes overwritten, select the Overwrite locally modified files (no backup) check box.

See Also

Concepts:

Procedures:

Reference:

External Links:

Web Resources: