~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2010-01-13 17:21:29 UTC
  • mto: (4956.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4957.
  • Revision ID: v.ladeuil+lp@free.fr-20100113172129-ih6sn8ho6b6pwuab
Use os.rename() and fix some typos.

* bzrlib/tests/test_script.py:
(TestMv.test_move_unknown_file): Check the error case.

* bzrlib/tests/script.py:
(ScriptRunner.do_mv): Us os.rename instead of shutil.move. It's
less powerful but reflects more closely the expected limitations
in the future transport-based implementation.

* NEWS: 
Always sorted in alphabetical order.

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
  testtools less than 0.9.2 will cause bzr to error while loading the test
173
173
  suite. (Robert Collins)
174
174
 
 
175
* Shell-like tests now support the command "mv" for moving files.  The
 
176
  syntax for ``mv file1 file2``, ``mv dir1 dir2`` and ``mv file dir`` is
 
177
  supported.  (Neil Martinsen-Burrell)
 
178
 
175
179
* The test progress bar no longer distinguishes tests that 'errored' from
176
180
  tests that 'failed' - they're all just failures.
177
181
  (Martin Pool)
178
182
 
179
 
* Shell-like tests no support the command "mv" for moving files.  The
180
 
  syntax for ``mv file1 file2``, ``mv dir1 dir2`` and ``mv file dir`` is
181
 
  supported.  (Neil Martinsen-Burrell)
182
 
 
183
183
bzr 2.0.4 (not released yet)
184
184
############################
185
185