Hi Jakob,
The merge script fails as below. Do you know how to fix it?

$ tools/push-to-trunk/merge_to_branch.py -s 10 --branch 3.29 24189 24226 24271
Step 10: Determine svn commit revision.
Command:  git svn fetch
in /home/user/work/v8-git-svn/v8.git
Traceback (most recent call last):
  File "tools/push-to-trunk/merge_to_branch.py", line 327, in <module>
    sys.exit(MergeToBranch().Run())
  File
"/home/user/work/v8-git-svn/v8.git/tools/push-to-trunk/common_includes.py", line
706, in Run
    return self.RunSteps(self._Steps(), args)
  File
"/home/user/work/v8-git-svn/v8.git/tools/push-to-trunk/common_includes.py", line
701, in RunSteps
    if step.Run():
  File
"/home/user/work/v8-git-svn/v8.git/tools/push-to-trunk/common_includes.py", line
296, in Run
    return self.RunStep()
  File "tools/push-to-trunk/merge_to_branch.py", line 222, in RunStep
    commit_hash = self.GitLog(n=1, format="%H", grep=self["new_commit_msg"],
  File
"/home/user/work/v8-git-svn/v8.git/tools/push-to-trunk/common_includes.py", line
278, in __getitem__
    return self._state[key]
KeyError: 'new_commit_msg'


https://codereview.chromium.org/653893002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to