Richard Penman
mercurial

26 Sep 2009

My .hgrc:

[ui]  
username = Richard Baron Penman
verbose = True
merge = internal:merge

Common commands:

hg clone URL # checkout  
hg pull # update  
hg commit -m "..." # save to local  
hg rollback # undo commit  
hg push # save to remote
blog comments powered by Disqus