summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifest.py b/manifest.py
index 2ac1453ae..9137371f3 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):