##// END OF EJS Templates
add cmdutil.remoteui...
add cmdutil.remoteui remoteui sorts out the issues of getting ssh config options from the local repo into the remote one while not copying other options like hooks.

File last commit:

r6651:7f0dd352 default
r8188:f3abe032 default
Show More
test-symlink-addremove
15 lines | 222 B | text/plain | TextLexer
/ tests / test-symlink-addremove
Maxim Dounin
addremove: correctly handle intermediate symlinks...
r6651 #!/bin/sh
"$TESTDIR/hghave" symlink || exit 80
hg init a
cd a
echo '% directory moved and symlinked'
mkdir foo
touch foo/a
hg ci -Ama
mv foo bar
ln -s bar foo
echo '% now addremove should remove old files'
hg addremove