We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5092bb commit 1d8fd6cCopy full SHA for 1d8fd6c
1 file changed
bin/mergeready
@@ -353,7 +353,7 @@ for key in keys:
353
commit_comment = pipe("svn log -c %s ^/" % commit).splitlines()[3:-1]
354
for l in commit_comment:
355
sys.stderr.write(" %s\n" % l)
356
- del unmerged_branch_commits[branch][j]
+ unmerged_branch_commits[branch] = unmerged_branch_commits[branch][i:]
357
sys.stderr.write("\n")
358
del unmerged_branch_commits[branch][0]
359
0 commit comments