Merge lp://staging/~cjwatson/bzr-builder/fix-comment-skipping into lp://staging/~james-w/bzr-builder/trunk-old

Proposed by Colin Watson
Status: Merged
Merged at revision: not available
Proposed branch: lp://staging/~cjwatson/bzr-builder/fix-comment-skipping
Merge into: lp://staging/~james-w/bzr-builder/trunk-old
Diff against target: None lines
To merge this branch: bzr merge lp://staging/~cjwatson/bzr-builder/fix-comment-skipping
Reviewer Review Type Date Requested Status
James Westby Approve
Review via email: mp+9770@code.staging.launchpad.net
To post a comment you must log in.
Revision history for this message
James Westby (james-w) wrote :

Merged with a testcase.

Thanks,

James

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'recipe.py'
--- recipe.py 2009-05-07 20:28:17 +0000
+++ recipe.py 2009-08-06 15:50:09 +0000
@@ -769,5 +769,5 @@
769 if self.peek_char() != "#":769 if self.peek_char() != "#":
770 return None770 return None
771 comment = self.current_line[self.index:]771 comment = self.current_line[self.index:]
772 self.new_line()772 self.index += len(comment)
773 return comment773 return comment

Subscribers

People subscribed via source and target branches