~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to fai.py

  • Committer: Robert Collins
  • Date: 2006-04-24 01:45:23 UTC
  • mto: (364.1.3 bzrtools)
  • mto: This revision was merged to the branch mainline in revision 366.
  • Revision ID: robertc@robertcollins.net-20060424014523-ef18f22034f17ec2
Backout debugging tweak to fai.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        return []
37
37
    for log in logs:
38
38
        try:
39
 
            if log['New-patches'] is None:
40
 
                import pdb;pdb.set_trace()
41
39
            this_indirect = set([str(f) for f in log.new_patches 
42
40
                                 if f != log.revision and 
43
41
                                     str(f) not in indirect])