~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to patches.py

  • Committer: Aaron Bentley
  • Date: 2006-03-16 14:59:04 UTC
  • mfrom: (325.1.3 bzrtools)
  • Revision ID: abentley@panoramicfeedback.com-20060316145904-c004cd0222a1f1c8
Merge shelf v2 again

Show diffs side-by-side

added added

removed removed

Lines of Context:
302
302
    for line in iter_lines:
303
303
        if line.startswith('*** '):
304
304
            continue
 
305
        if line.startswith('#'):
 
306
            continue
305
307
        if line.startswith('==='):
306
308
            continue
307
309
        elif line.startswith('--- '):