Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 616 Bytes

MAINTENANCE.md

File metadata and controls

32 lines (23 loc) · 616 Bytes

Maintenance

Sync with github.com

Setup hg-git

pip install mercurial hg-git

~/.hgrc

[extensions]
hggit =

mbed.org to github.com

hg clone https://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO/ SakuraIOmbed-sync
cd SakuraIOmbed-sync
hg push git+ssh://git@github.com:sakuraio/SakuraIOmbed.git

github.com to mbed.org

hg pull git+ssh://git@github.com:sakuraio/SakuraIOmbed.git
hg outgoing https://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO/ # check diff
hg push https://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO/