hi Paul, > I submitted a patch and I am sorry to say that somehow it was added to the > wrong issue: > https://codereview.appspot.com/54050043 > > And a new issue (with the wrong title and content) was created in the google > code tracker: > https://code.google.com/p/lilypond/issues/detail?id=3883 > > It seems that my local git branch was still associated with that previous > issue, the one I had submitted a patch for before. I was using git-cl.
yes, git-cl associates the rietveld issue permanently to a branch (in your ~/lilypond-git/.git/config); it seems you do all your work on the same branch again and again. you can reset the issue after push with $ git cl issue 0 my workflow is to open a new topic branch each time, then delete it when content reaches origin/master. p _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel