##// END OF EJS Templates
copyfile: allow optional hardlinking...
copyfile: allow optional hardlinking Some code paths use 'copyfiles' (full tree) for a single file to take advantage of the best-effort-hard-linking parameter. We add similar parameter and logic to 'copyfile' (single file) for this purpose. The single file version have the advantage to overwrite the destination file if it exists.

File last commit:

r16498:d76ba209 stable
r23899:4e451d13 default
Show More
test-filelog.py.out
2 lines | 86 B | text/plain | TextLexer
/ tests / test-filelog.py.out
Mads Kiilerich
tests: test test-filelog is python - rename to test-filelog.py
r16498 ERROR: FIXME: This is a known failure of filelog.size for data starting with \1\n
OK.