~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2010-01-15 03:29:33 UTC
  • mto: This revision was merged to the branch mainline in revision 4967.
  • Revision ID: mbp@sourcefrog.net-20100115032933-5laj6tbzh4nx7o2r
trace quietness now controls whether the progress bar appears

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
* Listen to the SIGWINCH signal to update the terminal width.
91
91
  (Vincent Ladeuil, #316357)
92
92
 
 
93
* Progress bars are now hidden when ``--quiet`` is given.
 
94
  (Martin Pool, #320035)
 
95
 
93
96
* The 2a format wasn't properly restarting autopacks when something
94
97
  changed underneath it (like another autopack). Now concurrent
95
98
  autopackers will properly succeed. (John Arbash Meinel, #495000)