/brz/remove-bazaar

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

Found an actual bug.

Dirstate.update_by_delta was using os.path.join() to handle the 'new path'
for renames. Which meant that on Windows the rename of 'a/b' => 'c/d'
would show as a rename of 'a/b' => 'c/d' (the reverse of 'c/d <= 'a/b'
was correct though...)

The simple fix is to just use osutils.pathjoin() in both places.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 766 bytes Diff Download File
groupcompress_repo.py 4679.9.23 16 years ago John Arbash Meinel Mostly TODO entries. Cleanup the _read_nodes_from 59.4 KB Diff Download File
knitrepo.py 4608.1.6 16 years ago Martin Pool Remove redundant overrides of check_conversion_tar 18.7 KB Diff Download File
pack_repo.py 4775.1.1 16 years ago Martin Pool Remove several 'the the' typos 118 KB Diff Download File
weaverepo.py 4695.2.1 16 years ago Vincent Ladeuil Align RevisionTextStore and SignatureTextStore key 27.1 KB Diff Download File