view tests/test-mq-symlinks.out @ 6144:08e0825b8106

revlog.revision: avoid opening the datafile without need. If there's no inline data, revlog.revision opens the data file every time it's called. This is useful if we're going to call chunk many times, but, if we're going to call it only once, it's better to let chunk open the file - if we're lucky, all the data we're going to need is already cached and we won't need to even look at the file.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Tue, 19 Feb 2008 19:20:10 -0300
parents f6c520fd70cf
children 49f34b43cf90
line wrap: on
line source

a -> a not a symlink
a -> b
Now at: base.patch
applying symlink.patch
Now at: symlink.patch
a -> b