~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:33:22 UTC
  • mfrom: (517.1.4 bzrtools-0.15)
  • Revision ID: abentley@panoramicfeedback.com-20070309183322-lsjv4t29wkppzda7
Merge fixes from 0.15

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)