Kiln » largefiles » Unity
Clone URL:  

documentation: fix docstring for lfconvert

Changeset 182f1db4e5ba

Parent 8579c0446659

by Profile picture of User 521Andrew Pritchard <andrewp@fogcreek.com>

Changes to one file · Browse files at 182f1db4e5ba Showing diff from parent 8579c0446659 Diff from another changeset...

Change 1 of 1 Show Entire File lfcommands.py Stacked
 
19
20
21
22
 
23
24
25
26
27
28
29
30
31
 
 
 
 
 
 
32
33
34
 
19
20
21
 
22
23
 
 
 
 
 
 
 
 
24
25
26
27
28
29
30
31
32
@@ -19,16 +19,14 @@
 # -- Commands ----------------------------------------------------------    def lfconvert(ui, src, dest, *pats, **opts): - '''Convert a repository to a repository using largefiles + '''Convert a normal repository to a largefiles repository   - Convert source repository creating an identical - repository, except that all files that match the - patterns given, or are over a given size will - be added as largefiles. The size of a file is the size of the - first version of the file. After running this command you - will need to set the store then run lfput on the new - repository to upload the largefiles to the central store. - ''' + Convert source repository creating an identical repository, except that all + files that match the patterns given, or are over the given size will be + added as largefiles. The size used to determine whether or not to track a + file as a largefile is the size of the first version of the file. After + running this command you will need to make sure that largefiles is enabled + anywhere you intend to push the new repository.'''     if opts['tonormal']:   tolfile = False