~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-14 05:49:27 UTC
  • mfrom: (4476.3.86 inventory-delta)
  • Revision ID: pqm@pqm.ubuntu.com-20090814054927-k0k18dn46ax4b91f
(andrew) Add inventory-delta streaming for cross-format fetch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
                  operations.
13
13
-Dfetch           Trace history copying between repositories.
14
14
-Dfilters         Emit information for debugging content filtering.
 
15
-Dforceinvdeltas  Force use of inventory deltas during generic streaming fetch.
15
16
-Dgraph           Trace graph traversal.
16
17
-Dhashcache       Log every time a working file is read to determine its hash.
17
18
-Dhooks           Trace hook execution.
27
28
-Dunlock          Some errors during unlock are treated as warnings.
28
29
-Dpack            Emit information about pack operations.
29
30
-Dsftp            Trace SFTP internals.
 
31
-Dstream          Trace fetch streams.
 
32
-DIDS_never       Never use InterDifferingSerializer when fetching.
 
33
-DIDS_always      Always use InterDifferingSerializer to fetch if appropriate
 
34
                  for the format, even for non-local fetches.