##// END OF EJS Templates
largefiles: test coverage of explicit commit of normal/largefile switch...
Mads Kiilerich -
r26816:e82bce7e stable
parent child Browse files
Show More
@@ -1832,6 +1832,27 b' Test --normal flag'
1832 $ hg add --normal new-largefile
1832 $ hg add --normal new-largefile
1833 new-largefile: up to 69 MB of RAM may be required to manage this file
1833 new-largefile: up to 69 MB of RAM may be required to manage this file
1834 (use 'hg revert new-largefile' to cancel the pending addition)
1834 (use 'hg revert new-largefile' to cancel the pending addition)
1835
1836 Test explicit commit of switch between normal and largefile - make sure both
1837 the add and the remove is committed.
1838
1839 $ hg up -qC
1840 $ hg forget normal3 large4-renamed
1841 $ hg add --large normal3
1842 $ hg add large4-renamed
1843 $ hg commit -m 'swap' normal3 large4-renamed
1844 Invoking status precommit hook
1845 A large4-renamed
1846 A normal3
1847 ? new-largefile
1848 ? sub2/large6-renamed
1849 $ hg mani
1850 .hglf/normal3
1851 .hglf/sub2/large6
1852 .hglf/sub2/large7
1853 normal3
1854 sub/normal4
1855
1835 $ cd ..
1856 $ cd ..
1836
1857
1837
1858
General Comments 0
You need to be logged in to leave comments. Login now