##// END OF EJS Templates
revlog.py: fix/tweak read ahead code in lazyparser
revlog.py: fix/tweak read ahead code in lazyparser

File last commit:

r4086:cc8a5222 default
r4314:43dedce9 default
Show More
test-symlink-root
8 lines | 82 B | text/plain | TextLexer
#!/bin/sh
hg init a
ln -s a link
cd a
echo foo > foo
hg status
hg status ../link