Rev 4814: Remove the TODO, since it works now. in http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b4-win32-test-suite
John Arbash Meinel
john at arbash-meinel.com
Tue Nov 10 19:45:50 GMT 2009
At http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b4-win32-test-suite
------------------------------------------------------------
revno: 4814
revision-id: john at arbash-meinel.com-20091110194543-49bm5wv5y2x0up1v
parent: john at arbash-meinel.com-20091110194252-kn8iu9ioagt5h0fb
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1.0b4-win32-test-suite
timestamp: Tue 2009-11-10 13:45:43 -0600
message:
Remove the TODO, since it works now.
-------------- next part --------------
=== modified file 'bzrlib/transform.py'
--- a/bzrlib/transform.py 2009-11-10 05:26:33 +0000
+++ b/bzrlib/transform.py 2009-11-10 19:45:43 +0000
@@ -1713,12 +1713,6 @@
return self.__by_parent
def _comparison_data(self, entry, path):
- # Win32 TODO:... it seems that if you do 'tree.compare(other_tree,
- # want_unversioned=True)' this code path tries to read the
- # executable bit from WT, but the file isn't versioned, so the WT
- # doesn't know what to do with it... Probably our 'get exec from
- # last commit' code needs to just return False for unversioned files.
- # I don't know why it is only PreviewTree that is triggering this...
kind, size, executable, link_or_sha1 = self.path_content_summary(path)
if kind == 'missing':
kind = None
More information about the bazaar-commits
mailing list