comparison tests/test-mq-symlinks.out @ 9586:d08099e74b81

patch: handle symlink updates/replacements (issue1785)
author Patrick Mezard <pmezard@gmail.com>
date Thu, 15 Oct 2009 23:15:30 +0200
parents ea1935e2020a
children a981ddb16b80
comparison
equal deleted inserted replaced
9585:ea1935e2020a 9586:d08099e74b81
3 a -> b 3 a -> b
4 now at: base.patch 4 now at: base.patch
5 applying symlink.patch 5 applying symlink.patch
6 now at: symlink.patch 6 now at: symlink.patch
7 a -> b 7 a -> b
8 % test updating a symlink
9 a -> c
10 now at: symlink.patch
11 applying updatelink
12 patching file a
13 a
14 now at: updatelink
15 a -> c
16 % test replacing a symlink with a file
17 now at: addlink
18 applying replacelinkwithfile
19 now at: replacelinkwithfile
20 sss
8 % test symlink removal 21 % test symlink removal
9 now at: symlink.patch 22 now at: replacelinkwithfile
10 applying removesl.patch 23 applying removesl.patch
11 now at: removesl.patch 24 now at: removesl.patch
12 C b 25 C b
26 C c
27 C s