Try "hg pull" first before "hg update"
Thanks. But there's some problem with the toolchain after the pull and update:
vtrandal@ubuntu:~/magic-lantern$ make clean
vtrandal@ubuntu:~/magic-lantern$ make
make -C /home/vtrandal/magic-lantern/platform/60D.111
make[1]: Entering directory `/home/vtrandal/magic-lantern/platform/60D.111'
[ CPP ] magiclantern.lds
/bin/sh: /home/vtrandal/arm-toolchain462/bin/arm-none-eabi-gcc-4.6.2: not found
make[1]: *** [magiclantern.lds] Error 1
make[1]: Leaving directory `/home/vtrandal/magic-lantern/platform/60D.111'
make: *** [60D] Error 2
Prior to that the "hg pull" seemed to work OK as follows:
vtrandal@ubuntu:~/magic-lantern$ hg pull
pulling from
https://bitbucket.org/hudson/magic-lanternsearching for changes
adding changesets
adding manifests
adding file changes
added 246 changesets with 600 changes to 83 files (+7 heads)
And the "hg update" seemed to work OK as follows:
vtrandal@ubuntu:~/magic-lantern$ hg update
11 files updated, 0 files merged, 0 files removed, 0 files unresolved
So, I'm not at all clear on how to properly use hg and what branch, tag, or revision I should be working with.