Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed-os
Diff: neo.py
- Revision:
- 43:8a4a902a0654
- Parent:
- 42:58b35941ebd0
- Child:
- 44:5ff277e7f754
--- a/neo.py Wed Mar 30 16:10:42 2016 -0500 +++ b/neo.py Wed Mar 30 16:12:38 2016 -0500 @@ -378,7 +378,7 @@ repo = Repo.fromrepo() for lib in repo.libs: lib.synch() - lib.save() + lib.write() # Compile command @subcommand('compile', 'args*', @@ -427,6 +427,11 @@ + args, env=env) +## List command +#@subcommand('list', +# help='list recursive libraries') +#def + # Parse/run command args, remainder = parser.parse_known_args() status = args.command(args)