hg init
hg add *
hg commit -m "First commit"
And then the subsequent changes?
hg commit -m "Comment"
Need to browse the file changes and the like?
hg serve -n "Name of repo" -p 8091
-p is which port it'd run on localhost from. So the command above should be accessed at http://localhost:8091/. For more reference go to http://hgbook.red-bean.com/hgbook.html
No comments:
Post a Comment