コード例 #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))