do:
hg clone http://username:[email protected]
to have hg automatically store your security details in the ~/.hgrc

and just to cut corners, use:
hg ci instead of hg commit
hg st instead of hg status
hg in instead of hg incoming
hg out instead of hg outgoing