/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2008-03-25 04:00:51 UTC
  • mfrom: (3302 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3306.
  • Revision ID: robertc@robertcollins.net-20080325040051-fz86q4klex5dngfi
Merge up bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
      by forcing it to recv 64k at a time when reading lines in HTTP headers,
29
29
      rather than just 1 byte at a time.  (Andrew Bennetts)
30
30
 
 
31
    * Merge is faster.  We no longer check a file's existence unnecessarily
 
32
      when merging the execute bit.  (Aaron Bentley)
 
33
 
 
34
    * Diff is now more specific about execute-bit changes it describes
 
35
      (Chad Miller)
 
36
 
31
37
  BUGFIXES:
32
38
 
33
39
    * ``bzr mv a b`` can be now used also to rename previously renamed
34
40
      directories, not only files. (Lukáš Lalinský, #107967)
35
41
 
 
42
    * ``bzr uncommit --local`` can now remove revisions from the local
 
43
      branch to be symmetric with ``bzr commit --local``.
 
44
      (John Arbash Meinel, #93412)
 
45
 
36
46
    * Don't ask for a password if there is no real terminal.
37
47
      (Alexander Belchenko, #69851)
38
48
 
 
49
    * Implement handling of basename parameter for DefaultMail.  (James Westby)
 
50
 
39
51
  DOCUMENTATION:
40
52
 
41
53
  API BREAKS:
44
56
      non-ghost aware repository such as weaves will now fail if there are
45
57
      ghosts.  (Robert Collins)
46
58
 
 
59
    * Log formatters must now provide log_revision instead of show and
 
60
      show_merge_revno methods. The latter had been deprecated since the 0.17
 
61
      release. (James Westby)
 
62
 
47
63
    * ``VersionedFile.get_parents`` is deprecated, please use
48
64
      ``VersionedFile.get_parent_map``. (Robert Collins)
49
65