summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--project.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/project.py b/project.py
index 34e9046d..f2f81d7a 100644
--- a/project.py
+++ b/project.py
@@ -1443,6 +1443,8 @@ class Project(object):
1443 rather than the id of the current git object (for example, a tag) 1443 rather than the id of the current git object (for example, a tag)
1444 1444
1445 """ 1445 """
1446 if self.revisionId:
1447 return self.revisionId
1446 if not self.revisionExpr.startswith(R_TAGS): 1448 if not self.revisionExpr.startswith(R_TAGS):
1447 return self.GetRevisionId(self._allrefs) 1449 return self.GetRevisionId(self._allrefs)
1448 1450