~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to upstream_import.py

  • Committer: Aaron Bentley
  • Date: 2007-03-09 18:25:10 UTC
  • mto: This revision was merged to the branch mainline in revision 520.
  • Revision ID: abentley@panoramicfeedback.com-20070309182510-fkj1j6t119d1cj5q
Handle broken python tar implementations

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
        relative_path = member.name 
195
195
        if prefix is not None:
196
196
            relative_path = relative_path[len(prefix)+1:]
 
197
            relative_path = relative_path.rstrip('/')
197
198
        if relative_path == '':
198
199
            continue
199
200
        add_implied_parents(implied_parents, relative_path)