~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: ghigo
  • Date: 2007-07-26 22:38:49 UTC
  • mto: (2772.1.1 show-diff)
  • mto: This revision was merged to the branch mainline in revision 2773.
  • Revision ID: ghigo@venice-20070726223849-rn3omaw72fexxvmz
Small clean up

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
      deprecated.  (Aaron Bentley)
130
130
 
131
131
    * Add the option user_encoding to the function
132
 
      - make_commit_message_template
133
132
      - show_diff_trees
134
133
      in order to move the user encoding at the UI level. (Goffredo Baroncelli)
135
134
 
 
135
    * Add the function make_commit_message_template_encoded() and the function
 
136
      edit_commit_message_encoded() which handle encoded strings.
 
137
      This is done in order to mix the commit messages (which is a unicode
 
138
      string), and the diff which is a raw string. (Goffredo Baroncelli)
 
139
 
136
140
    * New ``index`` module with abstract index functionality. This will be
137
141
      used during the planned changes in the repository layer. Currently the
138
142
      index layer provides a graph aware immutable index, a builder for the