##// END OF EJS Templates
i18n-pt_BR: synchronized with 552e0cfbddbd
i18n-pt_BR: synchronized with 552e0cfbddbd

File last commit:

r12341:aca8b10b stable
r12596:e356c5c2 stable
Show More
test-mq-symlinks.out
44 lines | 945 B | text/plain | TextLexer
/ tests / test-mq-symlinks.out
Bryan O'Sullivan
mq: teach qpop about symlinks
r5157 a -> a not a symlink
Patrick Mezard
patch: handle symlinks without symlinkhunk...
r9585 % test replacing a file with a symlink
Bryan O'Sullivan
mq: teach qpop about symlinks
r5157 a -> b
Mads Kiilerich
mq: qpop now tells which patches are popped...
r9110 popping symlink.patch
Martin Geisler
mq: lowercase output...
r7627 now at: base.patch
Bryan O'Sullivan
mq: teach qpop about symlinks
r5157 applying symlink.patch
Martin Geisler
mq: lowercase output...
r7627 now at: symlink.patch
Bryan O'Sullivan
mq: teach qpop about symlinks
r5157 a -> b
Patrick Mezard
patch: handle symlink updates/replacements (issue1785)
r9586 % test updating a symlink
a -> c
Patrick Mezard
Merge with crew-stable
r9598 popping updatelink
Patrick Mezard
patch: handle symlink updates/replacements (issue1785)
r9586 now at: symlink.patch
applying updatelink
patching file a
a
now at: updatelink
a -> c
% test replacing a symlink with a file
Patrick Mezard
Merge with crew-stable
r9598 popping replacelinkwithfile
Patrick Mezard
patch: handle symlink updates/replacements (issue1785)
r9586 now at: addlink
applying replacelinkwithfile
now at: replacelinkwithfile
sss
Patrick Mezard
patch: handle symlinks without symlinkhunk...
r9585 % test symlink removal
Mads Kiilerich
mq: qpop now tells which patches are popped...
r9110 popping removesl.patch
Patrick Mezard
patch: handle symlink updates/replacements (issue1785)
r9586 now at: replacelinkwithfile
Brendan Cully
patch: handle git patches that remove symlinks (issue1438)
r7517 applying removesl.patch
Martin Geisler
mq: lowercase output...
r7627 now at: removesl.patch
Brendan Cully
patch: handle git patches that remove symlinks (issue1438)
r7517 C b
Patrick Mezard
patch: handle symlink updates/replacements (issue1785)
r9586 C c
C s
Patrick Mezard
patch: fix target when patching broken symlinks (issue2368)
r12340 % replace broken symlink with another broken symlink
popping movelink
now at: link
applying movelink
now at: movelink
linkb -> linkb
Patrick Mezard
patch: do not overwrite broken untracked symlinks
r12341 % check patch does not overwrite untracked symlinks
popping movelink
now at: link
applying movelink
patch failed, unable to continue (try -v)
patch failed, rejects left in working dir
errors during apply, please fix and refresh movelink