~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-13 18:11:21 UTC
  • mfrom: (4956.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100113181121-50zma6sk6r0bvq1n
(nmb) Implement mv for shell-like scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
  testtools less than 0.9.2 will cause bzr to error while loading the test
177
177
  suite. (Robert Collins)
178
178
 
 
179
* Shell-like tests now 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
 
179
183
* The test progress bar no longer distinguishes tests that 'errored' from
180
184
  tests that 'failed' - they're all just failures.
181
185
  (Martin Pool)