equal
deleted
inserted
replaced
609 M large2 |
609 M large2 |
610 |
610 |
611 #endif |
611 #endif |
612 |
612 |
613 $ cd .. |
613 $ cd .. |
|
614 |
|
615 Test that "hg convert" avoids copying largefiles from the working |
|
616 directory into store, because "hg convert" doesn't update largefiles |
|
617 in the working directory (removing files under ".cache/largefiles" |
|
618 forces "hg convert" to copy corresponding largefiles) |
|
619 |
|
620 $ cat >> $HGRCPATH <<EOF |
|
621 > [extensions] |
|
622 > convert = |
|
623 > EOF |
|
624 |
|
625 $ rm $TESTTMP/.cache/largefiles/6a4f36d4075fbe0f30ec1d26ca44e63c05903671 |
|
626 $ hg convert -q repo repo.converted |