~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/ftpmaster-tools/sync-source.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-05 17:55:51 UTC
  • mfrom: (14621.1.5 xss_911632)
  • Revision ID: launchpad@pqm.canonical.com-20120105175551-lkx2ex99ttmy2n07
[r=abentley][bug=911632] Fix template to escape output of no branch
        message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
            fixed += [" ."]
164
164
            fixed_idx += 1
165
165
        elif line.startswith(" --"):
166
 
            # Strip any 'blank' lines preceding the footer
 
166
            # Strip any 'blank' lines preceeding the footer
167
167
            while fixed[fixed_idx] == " .":
168
168
                fixed.pop()
169
169
                fixed_idx -= 1