This is an old revision of the document!
Once you have successfully logged into the Lab46 server you will want to enter this command fixrepo into the command line and press enter
Note You ONLY run fixrepo command once per semester
After you have done that, proceed to type cd src/ into the command line then perform an ls to make sure you see your appropriate SEMESTER
cd into your SEMESTER directory and perform hg status
From here you can enter the following commands for every change to your repo:
hg add hg commit -m "commit message text" hg push