~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(John Arbash Meinel) Fix bug #162486,
        RemoteBranch should initialize self._revision_id_to_revno_map

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
 
74
74
   * Reconcile now shows progress bars. (Robert Collins, #159351)
75
75
 
 
76
   * ``RemoteBranch`` was not initializing ``self._revision_id_to_revno_map``
 
77
     properly. (John Arbash Meinel, #162486)
 
78
 
76
79
   * Stderr output via logging mechanism now goes through encoded wrapper
77
80
     and no more uses utf-8, but terminal encoding instead. So all unicode
78
81
     strings now should be readable in non-utf-8 terminal.