~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/http.py

  • Committer: Robert Collins
  • Date: 2005-10-09 22:43:56 UTC
  • mfrom: (1185.12.18)
  • Revision ID: robertc@robertcollins.net-20051009224356-9e0f3edb29f2498f
merge from Aaron - unbreaks open_containing and the fetch progress bar

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
                    # In most filesystems, a request for the parent
90
90
                    # of root, just returns root.
91
91
                    continue
92
 
                basepath.pop()
 
92
                if len(basepath) > 0:
 
93
                    basepath.pop()
93
94
            elif p == '.':
94
95
                continue # No-op
95
96
            else: