Hg
hg incoming
shows what will be pulled
hg pull
pulls new changes from the master repository
hg pull
http://192.168.1.5:8000
will pull from a machine running
hg serve
hg update
updates the local working kiln repo - does the equivalent of a config map load
hg status
shows differences between the master repo and the local working repo
hg commit
pushes changes from the local working repo to the master repo. always comment
hg clone
https://inst.kilnhg.com/Code/Dino-VM/vast-vm/devel
vast-vm
clones the repository at the url to the directory vast-vm. Run this from the dino2-devel directory after deleting vast-vm