~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-08-15 05:02:17 UTC
  • mfrom: (1908.2.20 benchmark-caching)
  • Revision ID: pqm@pqm.ubuntu.com-20060815050217-d2df7c83d6c5eeca
(jam) bzr selftest --benchmark --cache-dir=foo will save and re-use setup trees

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
  
3
3
  IMPROVEMENTS:
4
4
 
 
5
    * ``bzr selftest --benchmark`` now allows a ``--cache-dir`` parameter.
 
6
      This will cache some of the intermediate trees, and decrease the
 
7
      setup time for benchmark tests. (John Arbash Meinel)
 
8
 
5
9
  BUG FIXES:
6
10
 
7
11
    * Use GPG_TTY to allow gpg --cl to work with gpg-agent in a pipeline,