Show More
@@ -1,5 +1,3 b'' | |||||
1 | $ "$TESTDIR/hghave" symlink || exit 80 |
|
|||
2 |
|
||||
3 |
|
|
1 | $ hg init | |
4 | $ mkdir d1 d1/d11 d2 |
|
2 | $ mkdir d1 d1/d11 d2 | |
5 | $ echo d1/a > d1/a |
|
3 | $ echo d1/a > d1/a | |
@@ -390,6 +388,7 b' forced overwrite of an existing file' | |||||
390 |
|
388 | |||
391 | attempt to overwrite an existing broken symlink |
|
389 | attempt to overwrite an existing broken symlink | |
392 |
|
390 | |||
|
391 | #if symlink | |||
393 | $ ln -s ba d1/ca |
|
392 | $ ln -s ba d1/ca | |
394 | $ hg rename --traceback d1/ba d1/ca |
|
393 | $ hg rename --traceback d1/ba d1/ca | |
395 | d1/ca: not overwriting - file exists |
|
394 | d1/ca: not overwriting - file exists | |
@@ -410,6 +409,7 b' replace a symlink with a file' | |||||
410 | $ hg update -C |
|
409 | $ hg update -C | |
411 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
410 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
412 | $ rm d1/ca |
|
411 | $ rm d1/ca | |
|
412 | #endif | |||
413 |
|
413 | |||
414 | do not copy more than one source file to the same destination file |
|
414 | do not copy more than one source file to the same destination file | |
415 |
|
415 |
General Comments 0
You need to be logged in to leave comments.
Login now