/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

  • Committer: John Arbash Meinel
  • Date: 2009-07-22 16:41:48 UTC
  • Revision ID: john@arbash-meinel.com-20090722164148-uv3t6ath2t2tlo68
Fix bug #394227, osutils.relpath() could get into an infinite loop.

If your current path was at the root of a drive (like 'C:/', and you did something
like 'bzr init-repo H:/repo', then the relpath code would spin forever, trying
to find the relative path to H:/repo from C:/. The problem was that
os.path.split() doesn't strip off the drive letter, so you end up comparing
C:/ to H:/, and neither is 'shorter' to say that we didn't match.
Filename Latest Rev Last Changed Committer Comment Size
..
bzrlib 1185.1.29 20 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
contrib 1185.1.29 20 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
doc 1185.1.29 20 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
man1 2425.1.1 18 years ago Robert Collins ``make docs`` now creates a man page at ``man1/bzr Diff
tools 1185.1.29 20 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
.bzrignore 4454.3.43 16 years ago John Arbash Meinel Initial implementation of a Pyrex annotator. Drop 1.1 KB Diff Download File
.rsyncexclude 1185.33.36 20 years ago Martin Pool Exclude more files from dumb-rsync upload 203 bytes Diff Download File
BRANCH.TODO 4325.3.4 16 years ago Johan Walles Merge from upstream. 150 bytes Diff Download File
File bzr 4526.3.2 16 years ago Jonathan Lange Update NEWS file & versions for brand new world of 5.6 KB Diff Download File
bzr.ico 3688.3.3 17 years ago John Arbash Meinel An updated transparent icon for bzr. 12.7 KB Diff Download File
COPYING.txt 1861.2.9 19 years ago Alexander Belchenko rename gpl.txt => COPYING.txt 17.5 KB Diff Download File
INSTALL 2696.2.4 18 years ago Aaron Bentley Fix typo 1.4 KB Diff Download File
Makefile 4553.1.1 16 years ago Jonathan Lange Merge 1.17, resolving conflicts. 12.1 KB Diff Download File
NEWS 4555.2.1 16 years ago John Arbash Meinel Fix bug #394227, osutils.relpath() could get into 363 KB Diff Download File
profile_imports.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 5.5 KB Diff Download File
README 3286 17 years ago Canonical.com Patch Queue Manager Start 1.4 development 3.3 KB Diff Download File
File setup.py 4454.3.43 16 years ago John Arbash Meinel Initial implementation of a Pyrex annotator. Drop 24.8 KB Diff Download File
TODO 2382.2.5 18 years ago Martin Pool Contents of TODO file moved into bug tracker 115 bytes Diff Download File