##// END OF EJS Templates
tests: unify test-symlink-root
tests: unify test-symlink-root

File last commit:

r11809:97b391bb default
r11811:31c3dddc default
Show More
test-symlink-addremove.t
20 lines | 292 B | text/troff | Tads3Lexer
/ tests / test-symlink-addremove.t
$ "$TESTDIR/hghave" symlink || exit 80
$ hg init a
$ cd a
directory moved and symlinked
$ mkdir foo
$ touch foo/a
$ hg ci -Ama
adding foo/a
$ mv foo bar
$ ln -s bar foo
now addremove should remove old files
$ hg addremove
adding bar/a
adding foo
removing foo/a