PyCharm 2.7 Web Help

Before uploading (Pushing) changes from your local Mercurial repository to a remote repository make sure that:

To push changes from a local mercurial repository
  1. On the main menu, choose VCS | Mercurial | Push Changeset. The Push dialog box opens.
  2. In the Destination Repository URL text box, specify the location of the remote repository to push.
  3. Specify the changes to upload:
    • To have a branch uploaded entirely, select the Branch check box and choose the relevant branch from the drop-down list.
    • To have a specific changeset uploaded, select the Revision check box and specify the desired revision number in the text box. By default, the latest revision (tip) is uploaded.
  4. To push a locally created branch or to avoid updating before upload, select the Force Push check box.

See Also

Concepts:

Procedures:

Reference:

External Links:

Web Resources: