コード例 #1
0
ファイル: scmutil.py プロジェクト: sandeepprasanna/ODOO
def matchall(repo):
    return matchmod.always(repo.root, repo.getcwd())
コード例 #2
0
def matchall(repo):
    '''Return a matcher that will efficiently match everything.'''
    return matchmod.always(repo.root, repo.getcwd())
コード例 #3
0
ファイル: cmdutil.py プロジェクト: yangdy-buji/idea-community
def matchall(repo):
    return _match.always(repo.root, repo.getcwd())
コード例 #4
0
ファイル: scmutil.py プロジェクト: CSCI-362-02-2015/RedTeam
def matchall(repo):
    '''Return a matcher that will efficiently match everything.'''
    return matchmod.always(repo.root, repo.getcwd())
コード例 #5
0
def matchall(repo):
    return matchmod.always(repo.root, repo.getcwd())
コード例 #6
0
def matchall(repo):
    return _match.always(repo.root, repo.getcwd())