/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 doc/en/release-notes/bzr-2.3.txt

  • Committer: Andrew Bennetts
  • Date: 2011-03-01 07:15:38 UTC
  • mto: (5609.2.15 2.3)
  • mto: This revision was merged to the branch mainline in revision 5696.
  • Revision ID: andrew.bennetts@canonical.com-20110301071538-jkbhy0xkupfxqwms
Add test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
* Correctly resolve text conflicts for files in subdirs.
36
36
  (Vincent Ladeuil, #715058)
37
37
 
 
38
* Fix "AssertionError: repository.user_url ... does not match URL from
 
39
  server response" when reusing a smart transport.
 
40
  (Andrew Bennetts, #726584)
 
41
 
38
42
* Restore proper logging of bytes transferred. We accidentally reset the
39
43
  counter when commands finished before we logged the total transferred.
40
44
  (John Arbash Meinel, #713258)