PyCharm
 
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

Switch between Mercurial working directories

Last modified: 07 September 2023

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.

By default, Mercurial requires that before update the current working directory should be clean. If your current working copy is not clean, you can either commit the changes or shelve them as described in Shelve and unshelve changes.