Getting Changes from a Remote Repository to a Local Repository

Applies to TestComplete 15.63, last modified on April 22, 2024

To get changes from your remote Mercurial repository, first, you pull the changes from the remote repository, and then update your project (or project suite) in your local repository with the retrieved changes.

Pulling Changes from a Remote Repository

  1. Select File > Source Control > Synchronize from the TestComplete main menu.

    – or –

    Right-click your project suite in the Project Explorer and then click Source Control > Synchronize.

    – or –

    Click Launch the Synchronize Dialog on the Source Control toolbar (if the toolbar is hidden, right-click the toolbar area and then click Source Control).

  2. TestComplete will open a dialog, where you can get changes from your remote repository.

  3. In the dialog, click Pull Incoming Changes from the Remote Repository.

    Pulling changes from a remote repository via the TestComplete Synchronize dialog

    Pulling Changes via TestComplete Synchronize Dialog

    Click the image to enlarge it.

    Pulling changes from a remote repository via TortoiseHg’s Synchronize dialog

    Pulling Changes via TortoiseHg Synchronize Dialog

    Click the image to enlarge it.

TestComplete will get changes from the remote repository, but will not update your local repository.

Updating a Local Repository

  1. Select File > Source Control > Update from the TestComplete main menu.

    – or –

    Right-click your project suite in the Project Explorer and then click Source Control > Update.

    – or –

    Click Launch the Update/Checkout Dialog on the Source Control toolbar (if the toolbar is hidden, right-click the toolbar area and then click Source Control).

  2. TestComplete will open the Update dialog.

    Updating your project with incoming changes via the TestComplete Update dialog

    Updating via TestComplete Update Dialog

    Click the image to enlarge it.

    Updating your project with incoming changes via the TestComplete Update dialog

    Updating via TestComplete Update Dialog

    Click the image to enlarge it.

  3. In the dialog, specify update options if needed, and click Update.

TestComplete will update your project (or project suite) with changes from the remote repository.

Related Tasks

See Also

Integration With Mercurial - Common Tasks
Integration With Mercurial

Highlight search results