~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/en/debug-flags.txt

  • Committer: Andrew Bennetts
  • Date: 2009-08-05 02:05:43 UTC
  • mto: This revision was merged to the branch mainline in revision 4608.
  • Revision ID: andrew.bennetts@canonical.com-20090805020543-jic9o4s4hb30of7e
Create an LRUCache of basis inventories in _extract_and_insert_inventory_deltas.  Speeds up a 1.9->2a fetch of ~7000 bzr.dev revisions by >10%.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
-Dunlock          Some errors during unlock are treated as warnings.
28
28
-Dpack            Emit information about pack operations.
29
29
-Dsftp            Trace SFTP internals.
 
30
-Dstream          Trace fetch streams.
30
31
-DIDS:never       Never use InterDifferingSerializer when fetching.
31
32
-DIDS:always      Always use InterDifferingSerializer to fetch if appropriate
32
33
                  for the format, even for non-local fetches.