~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to upstream_import.py

  • Committer: Aaron Bentley
  • Date: 2007-01-17 13:45:16 UTC
  • Revision ID: abentley@panoramicfeedback.com-20070117134516-zr1ceu07gz0jdvc8
Tags: release-0.14.0
Release bzrtools 0.14.0

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('/')
198
197
        if relative_path == '':
199
198
            continue
200
199
        add_implied_parents(implied_parents, relative_path)