##// END OF EJS Templates
dispatch: parse and apply -R early...
dispatch: parse and apply -R early This allows us to use extensions specified in .hg/hgrc. Unfortunately, this requires us to parse that file twice, but performance impact on the version command appears to be less than 1%.

File last commit:

r4086:cc8a5222 default
r4553:741f64df default
Show More
test-symlink-root
8 lines | 82 B | text/plain | TextLexer
/ tests / test-symlink-root
Jun Inoue
Fix accessing the repo through a symlink.
r4086 #!/bin/sh
hg init a
ln -s a link
cd a
echo foo > foo
hg status
hg status ../link