~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.3.txt

  • Committer: Vincent Ladeuil
  • Date: 2010-11-08 09:58:04 UTC
  • mto: (5532.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 5532.
  • Revision ID: v.ladeuil+lp@free.fr-20101108095804-uk34qhoyr7tfw4ay
s/blank_output/null_output/

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
  Instead, use '...' as a wildcard if you don't care about the output.
186
186
  (Martin Pool, #637830)
187
187
 
188
 
* Add a blank_output_matches_anything keyword argument with default False to
189
 
  bzrlib.tests.script.ScriptRunner.run_script to specify if missing
190
 
  output does not need to be matched.  (Neil Martinsen-Burrell, #662509)
 
188
* Add a null_output_matches_anything keyword argument with default False to
 
189
  bzrlib.tests.script.ScriptRunner.run_script to specify that the command
 
190
  output should not be checked (as opposed to expecting an empty output).
 
191
  (Neil Martinsen-Burrell, #662509)
191
192
 
192
193
* ``bzr test-script script`` is a new command that runs a shell-like script
193
194
  from an the ``script`` file. (Vincent Ladeuil)