hgext/largefiles/__init__.py
branchstable
changeset 15291 1fead3ad7874
parent 15230 697289c5d415
child 15304 9aa9d4bb3d88
equal deleted inserted replaced
15290:e40430fb787b 15291:1fead3ad7874
    59 threshhold, set ``largefiles.size`` in your Mercurial config file to
    59 threshhold, set ``largefiles.size`` in your Mercurial config file to
    60 the minimum size in megabytes to track as a largefile, or use the
    60 the minimum size in megabytes to track as a largefile, or use the
    61 --lfsize option to the add command (also in megabytes)::
    61 --lfsize option to the add command (also in megabytes)::
    62 
    62 
    63   [largefiles]
    63   [largefiles]
    64   size = 2           XXX wouldn't minsize be a better name?
    64   size = 2
    65 
    65 
    66   $ hg add --lfsize 2
    66   $ hg add --lfsize 2
    67 
    67 
    68 The ``largefiles.patterns`` config option allows you to specify a list
    68 The ``largefiles.patterns`` config option allows you to specify a list
    69 of filename patterns (see ``hg help patterns``) that should always be
    69 of filename patterns (see ``hg help patterns``) that should always be