Show More
@@ -862,6 +862,21 b" there's no 'lfs' destination repo requir" | |||||
862 | $ grep 'lfs' convert_lfs/.hg/requires |
|
862 | $ grep 'lfs' convert_lfs/.hg/requires | |
863 | lfs |
|
863 | lfs | |
864 |
|
864 | |||
|
865 | The hashes in all stages of the conversion are unchanged. | |||
|
866 | ||||
|
867 | $ hg -R repo8 log -T '{node|short}\n' | |||
|
868 | 0fae949de7fa | |||
|
869 | 9cd6bdffdac0 | |||
|
870 | 7f96794915f7 | |||
|
871 | $ hg -R convert_normal log -T '{node|short}\n' | |||
|
872 | 0fae949de7fa | |||
|
873 | 9cd6bdffdac0 | |||
|
874 | 7f96794915f7 | |||
|
875 | $ hg -R convert_lfs log -T '{node|short}\n' | |||
|
876 | 0fae949de7fa | |||
|
877 | 9cd6bdffdac0 | |||
|
878 | 7f96794915f7 | |||
|
879 | ||||
865 | This convert is trickier, because it contains deleted files (via `hg mv`) |
|
880 | This convert is trickier, because it contains deleted files (via `hg mv`) | |
866 |
|
881 | |||
867 | $ hg --config extensions.convert= --config lfs.threshold=1000M \ |
|
882 | $ hg --config extensions.convert= --config lfs.threshold=1000M \ |
General Comments 0
You need to be logged in to leave comments.
Login now