/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2009-11-02 17:15:20 UTC
  • mto: (4668.1.3 2.1.0b2)
  • mto: This revision was merged to the branch mainline in revision 4782.
  • Revision ID: john@arbash-meinel.com-20091102171520-8udwpeq12bnz1vkb
Fix bug #471193, allow tuples into the CHK code.

Instead of raising a TypeError immediately, add a debug flag and only
raise TypeErrors if that flag is set. Sort of like how we did
ensure_unicode() for api changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
-Drelock          Emit a message every time a branch or repository object is
31
31
                  unlocked then relocked the same way.
32
32
-Dsftp            Trace SFTP internals.
 
33
-Dstatic_tuple    Error when a tuple is used where a StaticTuple is expected
33
34
-Dstream          Trace fetch streams.
34
35
-Dstrict_locks    Trace when OS locks are potentially used in a non-portable
35
36
                  manner.