~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-12-06 23:33:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2165.
  • Revision ID: john@arbash-meinel.com-20061206233319-7u4to4uhrfu7poxj
NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    * ``bzr commit`` does not prompt for a message until it is very likely to
10
10
      succeed.  (Aaron Bentley)
11
11
 
 
12
    * Fix ``iter_lines_added_or_present_in_versions`` to use a set instead
 
13
      of a list while checking if a revision id was requested. Takes 10s
 
14
      off of the ``fileids_affected_by_revision_ids`` time, which is 10s
 
15
      of the ``bzr branch`` time. (John Arbash Meinel)
 
16
 
12
17
  INTERNALS:
13
18
 
14
19
  BUG FIXES: