Pure.Krome
Pure.Krome

Reputation: 86937

How do I update my own Mercurial Fork with the lastest code in the main code base?

I've got a fork of some Codeplex project. I wish to update my fork with the latest code in the official code (is that the trunk?).

How can I do this?

I'm also using TortoiseHG on Win7 x64.

Thanks :)

Upvotes: 2

Views: 391

Answers (1)

tonfa
tonfa

Reputation: 24491

The commands are pull (to fetch the remote changes), and update to update your working directory to the most recent changeset.

Since you don't seem very familiar with the way Mercurial works, it would be a very good idea to read some introductory material like:

Upvotes: 2

Related Questions