Searched refs:curdir (Results 1 – 1 of 1) sorted by relevance
122 def find_repo_top(curdir): argument125 while curdir != olddir:126 if os.path.exists(os.path.join(curdir, '.repo')):127 return curdir128 olddir = curdir129 curdir = os.path.dirname(curdir)