예제 #1
0
파일: hg.py 프로젝트: ErfanBagheri/starcal
def getTagShortStatLine(obj, prevTag, tag):
    """
        returns str
    """
    return encodeShortStat(*getTagShortStat(obj, prevTag, tag))
예제 #2
0
파일: hg.py 프로젝트: ErfanBagheri/starcal
def getCommitShortStatLine(obj, commit_id):
    """
        returns str
    """
    return encodeShortStat(*getCommitShortStat(obj, commit_id))
예제 #3
0
파일: bzr.py 프로젝트: ErfanBagheri/starcal
def getCommitShortStatLine(obj, rev_id):
    '''
        returns str
    '''
    return encodeShortStat(*getCommitShortStat(obj, rev_id))