diff --git a/manifest.py b/manifest.py index 2ac1453a..9137371f 100644 --- a/manifest.py +++ b/manifest.py @@ -241,6 +241,8 @@ class Manifest(object): d = _Default() d.remote = self._get_remote(node) d.revision = node.getAttribute('revision') + if d.revision == '': + d.revision = None return d def _ParseProject(self, node):