/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 doc/en/developer-guide/HACKING.txt

  • Committer: Robert Collins
  • Date: 2009-08-04 04:36:34 UTC
  • mfrom: (4583 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4593.
  • Revision ID: robertc@robertcollins.net-20090804043634-2iu9wpcgs273i97s
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1167
1167
then bzr will go into pdb post-mortem mode when an unhandled exception
1168
1168
occurs.
1169
1169
 
1170
 
If you send a SIGQUIT signal to bzr, which can be done by pressing
1171
 
Ctrl-\\ on Unix, bzr will go into the debugger immediately.  You can
1172
 
continue execution by typing ``c``.  This can be disabled if necessary
1173
 
by setting the environment variable ``BZR_SIGQUIT_PDB=0``.
 
1170
If you send a SIGQUIT or SIGBREAK signal to bzr then it will drop into the
 
1171
debugger immediately. SIGQUIT can be generated by pressing Ctrl-\\ on
 
1172
Unix.  SIGBREAK is generated with Ctrl-Pause on Windows (some laptops have
 
1173
this as Fn-Pause).  You can continue execution by typing ``c``.  This can
 
1174
be disabled if necessary by setting the environment variable
 
1175
``BZR_SIGQUIT_PDB=0``.
1174
1176
 
1175
1177
 
1176
1178
Debug Flags
1558
1560
Planning Releases
1559
1561
=================
1560
1562
 
1561
 
Roadmaps
1562
 
--------
1563
 
 
1564
 
As the two senior developers, Martin Pool and Robert Collins coordinate
1565
 
the overall Bazaar product development roadmap. Core developers provide
1566
 
input and review into this, particularly during sprints. It's totally
1567
 
expected that community members ought to be working on things that
1568
 
interest them the most. The roadmap is valuable though because it provides
1569
 
context for understanding where the product is going as a whole and why.
1570
 
 
1571
1563
 
1572
1564
Using Releases and Milestones in Launchpad
1573
1565
------------------------------------------