~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/HACKING.txt

  • Committer: Alexander Belchenko
  • Date: 2012-03-29 08:34:13 UTC
  • mto: (6015.44.14 2.4)
  • mto: This revision was merged to the branch mainline in revision 6513.
  • Revision ID: bialix@ukr.net-20120329083413-d4bqqdtfn2yrxp4f
change st_dev, st_ino, st_uid, st_gid from int members to properties.

Show diffs side-by-side

added added

removed removed

Lines of Context:
294
294
 
295
295
 
296
296
Automatically-generated API reference information is available at
297
 
<http://people.canonical.com/~mwh/bzrlibapi/>.
 
297
<http://starship.python.net/crew/mwh/bzrlibapi/>.
298
298
 
299
299
See also the `Bazaar Architectural Overview
300
300
<http://doc.bazaar.canonical.com/developers/overview.html>`_.
436
436
be disabled if necessary by setting the environment variable
437
437
``BZR_SIGQUIT_PDB=0``.
438
438
 
439
 
All tests inheriting from bzrlib.tests.TestCase can use ``self.debug()``
440
 
instead of the longer ``import pdb; pdb.set_trace()``. The former also works
441
 
when ``stdin/stdout`` are redirected (by using the original ``stdin/stdout``
442
 
file handles at the start of the ``bzr`` script) while the later doesn't.
443
 
``bzrlib.debug.set_trace()`` also uses the original ``stdin/stdout`` file
444
 
handles.
445
439
 
446
440
Debug Flags
447
441
===========