[RFC][MERGE] case sensitivity on Windows

Robert Collins robertc at robertcollins.net
Tue Dec 2 04:58:31 GMT 2008


On Tue, 2008-12-02 at 15:51 +1100, Mark Hammond wrote:
> 
> The end result is 2 sets of functions that perform similar functions, 
> but in different ways - but that problem seems to already exist - 
> Tree.get_file(), Tree.get_symlink_target() all work on the inventory, 
> but their name gives no indication it isn't actually looking at a 
> WorkingTree on disk.  I welcome better names.

Tree is an abstract interface. They cannot indicate that they are
looking at disk/not looking at disk at the moment because we haven't
needed to. Certainly if you have a WorkingTree4 instance and call
get_file() on it, or get_symlink_target() on it, then it will look at
local disk.

-Rob
-- 
GPG key available at: <http://www.robertcollins.net/keys.txt>.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20081202/8cafb83e/attachment.pgp 


More information about the bazaar mailing list