~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2008-01-03 22:16:35 UTC
  • mfrom: (3158 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3164.
  • Revision ID: abentley@panoramicfeedback.com-20080103221635-i0f4co2btuyjnqbf
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
   * diff '--using' allows an external diff tool to be used for files.
23
23
     (Aaron Bentley)
24
24
 
 
25
   * New "lca" merge-type for fast everyday merging that also supports
 
26
     criss-cross merges.  (Aaron Bentley)
 
27
 
25
28
  IMPROVEMENTS:
26
29
 
 
30
   * ``annotate`` now doesn't require a working tree. (Lukáš Lalinský,
 
31
     #90049)
 
32
 
27
33
   * ``branch`` and ``checkout`` can now use files from a working tree to
28
34
     to speed up the process.  For checkout, this requires the new
29
35
     --files-from flag.  (Aaron Bentley)
64
70
   * ``commit`` now succeeds when a checkout and its master branch share a
65
71
     repository.  (Aaron Bentley, #177592)
66
72
 
 
73
   * Fixed error reporting of unsupported timezone format in
 
74
     ``log --timezone``. (Lukáš Lalinský, #178722)
 
75
 
67
76
   * Fixed Unicode encoding error in ``ignored`` when the output is
68
77
     redirected to a pipe. (Lukáš Lalinský)
69
78
 
70
79
   * Fix traceback when sending large response bodies over the smart protocol
71
80
     on Windows. (Andrew Bennetts, #115781)
72
81
 
 
82
   * Fix ``urlutils.relative_url`` for the case of two ``file:///`` URLs
 
83
     pointed to different logical drives on Windows.
 
84
     (Alexander Belchenko, #90847)
 
85
 
 
86
   * HTTP test servers are now compatible with the http protocol version 1.1.
 
87
     (Vincent Ladeuil, #175524)
 
88
 
 
89
   * _KnitParentsProvider.get_parent_map now handles requests for ghosts
 
90
     correctly, instead of erroring or attributing incorrect parents to ghosts.
 
91
     (Aaron Bentley)
 
92
 
73
93
   * ``merge --weave --uncommitted`` now works.  (Aaron Bentley)
74
94
 
75
95
   * pycurl authentication handling was broken and incomplete. Fix handling of
98
118
 
99
119
  DOCUMENTATION:
100
120
 
 
121
   * Minor tweaks made to the bug tracker integration documentation.
 
122
     (Ian Clatworthy)
 
123
 
101
124
   * Reference material has now be moved out of the User Guide and added
102
125
     to the User Reference. The User Reference has gained 4 sections as
103
126
     a result: Authenication Settings, Configuration Settings, Conflicts
105
128
     doc/en/user-reference directory for those who like browsing that
106
129
     information in their editor. (Ian Clatworthy)
107
130
 
 
131
   * *Using Bazaar with Launchpad* tutorial added. (Ian Clatworthy)
 
132
 
108
133
  INTERNALS:
109
134
 
110
135
    * find_* methods available for BzrDirs, Branches and WorkingTrees.
113
138
    * Help topics can now be loaded from files. 
114
139
      (Ian Clatworthy, Alexander Belchenko)
115
140
 
 
141
    * get_parent_map now always provides tuples as its output.  (Aaron Bentley)
 
142
 
116
143
    * Parent Providers should now implement ``get_parent_map`` returning a
117
144
      dictionary instead of ``get_parents`` returning a list.
118
145
      ``get_parents`` is now considered deprecated.  (John Arbash Meinel)
151
178
   * New helper method ``bzrlib.tests.split_suite_by_re`` which splits a test
152
179
     suite into two according to a regular expression. (Robert Collins)
153
180
 
 
181
   * Parametrize all http tests for the transport implementations, the http
 
182
     protocol versions (1.0 and 1.1) and the authentication schemes.
 
183
     (Vincent Ladeuil) 
 
184
 
154
185
   * The ``exclude_pattern`` and ``random_order`` parameters to the function
155
186
     ``bzrlib.tests.filter_suite_by_re`` have been deprecated. (Robert Collins)
156
187