Home | History | Annotate | Download | only in tools

Lines Matching refs:dest_dir

52   dest_dir = _GetAbsPath(project)
56 cwd=dest_dir)
59 '-t', tracking_branch], cwd=dest_dir)
73 dest_dir = _GetAbsPath(project)
76 cwd=dest_dir)
78 cwd=dest_dir).strip()
91 dest_dir = _GetAbsPath(project)
95 cwd=dest_dir).strip()
96 merge_log = os.path.join(dest_dir, '.merged-revisions')
99 os.path.join(dest_dir, '.git', 'info', 'grafts'))
103 'HEAD..' + merge_sha], cwd=dest_dir):
112 merge_common.GetCommandStdout(merge_cmd, cwd=dest_dir, ignore_errors=True)
118 dirs_to_prune, cwd=dest_dir)
126 merge_common.CheckNoConflictsAndCommitMerge(commit_msg, cwd=dest_dir)
131 cwd=dest_dir).strip()
135 cwd=dest_dir)
139 (revision, AUTOGEN_MESSAGE)], cwd=dest_dir)
188 dest_dir = _GetAbsPath(project)
191 elif _IsAncestor(merge_sha, expected_sha, cwd=dest_dir):
195 log_cmd_output = merge_common.GetCommandStdout(log_cmd, cwd=dest_dir)
198 elif _IsAncestor(expected_sha, merge_sha, cwd=dest_dir):
305 dest_dir = _GetAbsPath(WEBVIEW_PROJECT)
308 cwd=dest_dir):
312 cwd=dest_dir):
316 cwd=dest_dir)
335 dest_dir = _GetAbsPath(path)
338 graftfile = os.path.join(dest_dir, '.git', 'info', 'grafts')
342 cwd=dest_dir)