예제 #1
0
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
def matchall(repo):
    return _match.always(repo.root, repo.getcwd())
예제 #4
0
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())