~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to fai.py

  • Committer: Robert Collins
  • Date: 2006-04-24 00:43:15 UTC
  • mto: (364.1.3 bzrtools)
  • mto: This revision was merged to the branch mainline in revision 366.
  • Revision ID: robertc@robertcollins.net-20060424004315-a882984c3292f19a
Use nested progress bars for baz-import.

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()
39
41
            this_indirect = set([str(f) for f in log.new_patches 
40
42
                                 if f != log.revision and 
41
43
                                     str(f) not in indirect])