/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/developers/HACKING.txt

  • Committer: Jelmer Vernooij
  • Date: 2017-07-30 18:38:48 UTC
  • mfrom: (6740.1.1 breezy-conf-1)
  • Revision ID: jelmer@jelmer.uk-20170730183848-195b9ch7sclkxmqs
Merge lp:~jelmer/brz/breezy-conf

Show diffs side-by-side

added added

removed removed

Lines of Context:
457
457
Run ``bzr help global-options`` to see them all.
458
458
 
459
459
These flags may also be set as a comma-separated list in the
460
 
``debug_flags`` option in e.g.  ``~/.bazaar/bazaar.conf``.  (Note that it
461
 
must be in this global file, not in the branch or location configuration,
462
 
because it's currently only loaded at startup time.)  For instance you may
463
 
want to always record hpss traces and to see full error tracebacks::
 
460
``debug_flags`` option in e.g.  ``~/.config/breezy/breezy.conf``.  (Note
 
461
that it must be in this global file, not in the branch or location
 
462
configuration, because it's currently only loaded at startup time.)  For
 
463
instance you may want to always record hpss traces and to see full error
 
464
tracebacks::
464
465
 
465
466
    debug_flags = hpss, error
466
467
 
605
606
energy by emailing the **bazaar-commits** list implicitly. To do this,
606
607
install and configure the Email plugin. One way to do this is add these
607
608
configuration settings to your central configuration file (e.g.
608
 
``~/.bazaar/bazaar.conf``)::
 
609
``~/.config/breezy/breezy.conf``)::
609
610
 
610
611
  [DEFAULT]
611
612
  email = Joe Smith <joe.smith@internode.on.net>