~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2007-11-13 20:37:09 UTC
  • mto: This revision was merged to the branch mainline in revision 3001.
  • Revision ID: john@arbash-meinel.com-20071113203709-kysdte0emqv84pnj
Fix bug #162486, by having RemoteBranch properly initialize self._revision_id_to_revno_map.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
   * Reconcile now shows progress bars. (Robert Collins, #159351)
65
65
 
 
66
   * ``RemoteBranch`` was not initializing ``self._revision_id_to_revno_map``
 
67
     properly. (John Arbash Meinel, #162486)
 
68
 
66
69
   * Unicode-safe output from ``bzr info``. The output will be encoded
67
70
     using the terminal encoding and unrepresentable characters will be
68
71
     replaced by '?'. (Lukáš Lalinský, #151844)