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:
- 60:52dc8fcb07d8
- Parent:
- 54:3cb9f99bbaaa
- Child:
- 62:d6a6204fb327
--- a/neo.py Fri Apr 01 02:14:54 2016 +0000
+++ b/neo.py Fri Apr 01 11:22:22 2016 +0100
@@ -220,7 +220,7 @@
@property
def url(self):
if self.repo:
- return self.repo + ('#'+self.hash if self.hash else '')
+ return self.repo + '/' + ('#'+self.hash if self.hash else '')
def synch(self):
if os.path.isdir(self.path):