Lines Matching full:repo
37 # where there exists a commit in the upstream repo.
64 @param filename: Name of the file in current repo.
78 @param repodir: directory for repo.
80 logging.info('initializing git repo in: %s', repodir)
90 Add all unadded files in repodir to repo.
95 raise revision_control.GitError('Unable to add files to repo', rv)
100 Commit changes to repo with the supplied commit msg.
112 If the dependent repo is empty pull from master.
128 Create a master repo and clone it into a dependent repo.
154 msg=(("hashes don't match after clone, master and dependent repo"
164 msg=(("hashes don't match after pull, master and dependent repo"