##// END OF EJS Templates
util.copyfiles: only switch to copy if hardlink raises IOError or OSError....
util.copyfiles: only switch to copy if hardlink raises IOError or OSError. before this, interrupting clone would give "file a same as file b" error because caught KeyboardInterrupt.

File last commit:

r406:d8abb687 default
r2050:e49d0fa3 default
Show More
git-diff-tree
5 lines | 69 B | text/plain | TextLexer
#!/bin/sh
op=`basename $0 | sed -e 's/^git-//'`
exec hgit $op "$@"