mercurial repo & git repo

18 Feb 2014

It's great that mbed repository toolbox gets a update abd we can push code to our mbed repositories using the mercurial client hg!

for example

hg clone https://yihui@mbed.org/users/yihui/code/USBTinyDisk/  
vi DiskImage.c                                                                                    
hg add
hg commit
hg push

I was thinking how to sync a github repo with an mbed repo. Now, it's very easy. I guess that the function of import libraries and programs into mbed online compiler uses mecurial to pull libraries and programs.

Two suggestions : )

  1. support to import external mecurial repos which is not on mbed.org
  2. support git