This question assumes there\'s a \"blessed\" central repository that members of a team
hg pull --update
would be an equivalent of svn update
As described in this SO question
The hg command push and pull move changes between repositories and update and commit moves changes between your working copy and your local repository.
So in a DVCS, you have 2 notions instead of one: