~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Alexander Belchenko
  • Date: 2007-01-04 23:36:44 UTC
  • mfrom: (2224 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2225.
  • Revision ID: bialix@ukr.net-20070104233644-7znkxoj9b0y7ev28
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    * ``bzr merge`` now has an option ``--pull`` to fall back to pull if
57
57
      local is fully merged into remote. (Jan Hudec)
58
58
 
 
59
    * ``bzr help formats`` describes available directory formats. (Aaron Bentley)
 
60
 
59
61
  INTERNALS:
60
62
 
61
63
    * A few tweaks directly to ``fileids_affected_by_revision_ids`` to
80
82
    * Before using detected user/terminal encoding bzr should check
81
83
      that Python has corresponding codec. (Alexander Belchenko)
82
84
 
 
85
    * Formats for end-user selection are provided via a FormatRegistry (Aaron Bentley)
 
86
 
83
87
  BUG FIXES:
84
88
 
85
89
    * ``bzr missing --verbose`` was showing adds/removals in the wrong
121
125
    * Mention the revisionspec topic for the revision option help.
122
126
      (Wouter van Heyst, #31663)
123
127
 
 
128
    * Allow plugins import from zip archives.
 
129
      (Alexander Belchenko, #68124)
 
130
 
124
131
 
125
132
bzr 0.13  2006-12-05
126
133