'Easy' guide to mercurial
Before you start
cd ~/expofiles/loser
hg diff
If any changes are displayed, commit them:
hg commit -m "surveys in Pooh Passage which John did" -u "YourName"
hg fetch
If there are any errors then STOP, and get someone to fix it.
Make your changes, then:
If you have added new files:
hg add file1 file2 file3
hg commit -m "surveys of 200m pitch in Far End" -u "YourName"
hg fetch
If there are any errors then STOP, and get someone to fix it.
hg push