~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/en/configuration.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-08-20 05:22:49 UTC
  • mfrom: (6046.2.11 54624-warn-on-large-files)
  • Revision ID: pqm@pqm.ubuntu.com-20110820052249-41vfmtn5g0i7ngqb
(jr) bzr add now skips large files in recursive mode. The default "large"
 size is 20MB, and is configurable via the add.maximum_file_size
 option. A value of 0 disables skipping. Named items passed to add are
 never skipped. (Shannon Weyrick, #54624) (Shannon Weyrick)

Show diffs side-by-side

added added

removed removed

Lines of Context:
628
628
If present, defines the ``--strict`` option default value for checking
629
629
uncommitted changes before sending a merge directive.
630
630
 
 
631
add.maximum_file_size
 
632
~~~~~~~~~~~~~~~~~~~~~
 
633
 
 
634
Defines the maximum file size the command line "add" operation will allow
 
635
in recursive mode, with files larger than this value being skipped. You may 
 
636
specify this value as an integer (in which case it is interpreted as bytes), 
 
637
or you may specify the value using SI units, i.e. 10KB, 20MB, 1G. A value of 0 
 
638
will disable skipping.
631
639
 
632
640
External Merge Tools
633
641
--------------------