Is `hg pull --rebase` analogous to `svn update`?
- by allyourcode
This question assumes there's a "blessed" central repository that members of a team
clone from
push to when they have contributions that they want other team members to see
pull from when they want to see other people's contributions.
etc.
If so, I would assume hg update is not analogous to svn update (why would there be two commands that do…