~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2007-01-11 03:10:41 UTC
  • mfrom: (2229 +trunk)
  • mto: (2255.6.1 dirstate)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: aaron.bentley@utoronto.ca-20070111031041-cu4tmhma4sqjph48
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
77
79
    * Single-letter short options are no longer globally declared.  (Martin
78
80
      Pool)
79
81
 
 
82
    * Before using detected user/terminal encoding bzr should check
 
83
      that Python has corresponding codec. (Alexander Belchenko)
 
84
 
 
85
    * Formats for end-user selection are provided via a FormatRegistry (Aaron Bentley)
 
86
 
80
87
  BUG FIXES:
81
88
 
82
89
    * ``bzr missing --verbose`` was showing adds/removals in the wrong
118
125
    * Mention the revisionspec topic for the revision option help.
119
126
      (Wouter van Heyst, #31663)
120
127
 
 
128
    * Allow plugins import from zip archives.
 
129
      (Alexander Belchenko, #68124)
 
130
 
121
131
 
122
132
bzr 0.13  2006-12-05
123
133