~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-08-24 00:08:33 UTC
  • mfrom: (1954 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1979.
  • Revision ID: john@arbash-meinel.com-20060824000833-f32d5cbef4fa4f78
[merge] bzr.dev 1954

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    * Give nicer error messages when a user supplies an invalid --revision
27
27
      parameter. (John Arbash Meinel, #55420)
28
28
 
 
29
    * Really fix mutter() so that it won't ever raise a UnicodeError.
 
30
      It means it is possible for ~/.bzr.log to contain non UTF-8 characters.
 
31
      But it is a debugging log, not a real user file.
 
32
      (John Arbash Meinel, #56947, #53880)
 
33
 
 
34
    * Change Command handle to allow Unicode command and options.
 
35
      At present we cannot register Unicode command names, so we will get
 
36
      BzrCommandError('unknown command'), or BzrCommandError('unknown option')
 
37
      But that is better than a UnicodeError + a traceback.
 
38
      (John Arbash Meinel, #57123)
 
39
 
29
40
    * Handle TZ=UTC properly when reading/writing revisions.
30
41
      (John Arbash Meinel, #55783, #56290)
31
42