MercurialOverview

The mercurial guide is a pretty good resource. But here's the brief rundown of commands:

 hg clone http://code.pobblelabs.org/YOUR_NAME_HERE
cd YOUR_NAME_HERE
(add a file)
hg add
hg commit
hg st
hg diff filename
hg push