~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2008-06-17 01:29:47 UTC
  • mto: (3495.3.3 trivial)
  • mto: This revision was merged to the branch mainline in revision 3501.
  • Revision ID: mbp@sourcefrog.net-20080617012947-qwi4yxfadjtiozk1
Clearer message about how to set PYTHONPATH

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
  BUGFIXES:
18
18
 
 
19
    * Clearer message about how to set the PYTHONPATH if bzrlib can't be
 
20
      loaded. 
 
21
      (Martin Pool, #205230)
 
22
 
19
23
    * Errors about missing libraries are now shown without a traceback,
20
24
      and with a suggestion to install the library.  The full traceback is 
21
25
      still in ``.bzr.log`` and can be shown with ``-Derror``.