Beispiel #1
0
    def getRevision(self):
        """
        Returns the current revision of the project
        """

        return Repository.getRevision(self.__path) or "unknown"
Beispiel #2
0
    def getRevision(self):
        """Returns the current revision of the project."""

        return Repository.getRevision(self.__path) or "unknown"