~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-02-07 05:25:02 UTC
  • mfrom: (3173.1.15 124153-test-kibble)
  • Revision ID: pqm@pqm.ubuntu.com-20080207052502-jz28cn21r726b737
Clean up logging, add push/pop_log_file, trace state can now be precisely pushed and restored

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
    * List possible values for BZR_SSH environment variable in env-variables
83
83
      help topic. (Alexander Belchenko, #181842)
84
84
 
85
 
    * pull --quiet is now more quiet, in particular a message is no longer
 
85
   * New methods ``push_log_file`` and ``pop_log_file`` to intercept messages:
 
86
     popping the log redirection now precisely restores the previous state,
 
87
     which makes it easier to use bzr log output from other programs.
 
88
     TestCaseInTempDir no longer depends on a log redirection being established
 
89
     by the test framework, which lets bzr tests cleanly run from a normal
 
90
     unittest runner.
 
91
     (#124153, #124849, Martin Pool, Jonathan Lange)
 
92
 
 
93
    * ``pull --quiet`` is now more quiet, in particular a message is no longer
86
94
      printed when the remembered pull location is used. (James Westby,
87
95
      #185907)
88
96