~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2010-07-21 09:58:42 UTC
  • mfrom: (4797.58.7 2.1)
  • mto: (5050.3.13 2.2)
  • mto: This revision was merged to the branch mainline in revision 5365.
  • Revision ID: mbp@canonical.com-20100721095842-hz0obu8gl0x05nty
merge up 2.1 to 2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1032
1032
* Don't traceback trying to unversion children files of an already
1033
1033
  unversioned directory.  (Vincent Ladeuil, #494221)
1034
1034
 
 
1035
* Prevent ``CHKMap.apply_delta`` from generating non-canonical CHK maps,
 
1036
  which can result in "missing referenced chk root keys" errors when
 
1037
  fetching from repositories with affected revisions.
 
1038
  (Andrew Bennetts, #522637)
 
1039
 
1035
1040
* Raise ValueError instead of a string exception.
1036
1041
  (John Arbash Meinel, #586926)
1037
1042
 
1537
1542
  history no longer crash when deleted files are involved.
1538
1543
  (Vincent Ladeuil, John Arbash Meinel, #375898)
1539
1544
 
 
1545
* ``bzr commit SYMLINK`` now works, rather than trying to commit the
 
1546
  target of the symlink.
 
1547
  (Martin Pool, John Arbash Meinel, #128562)
 
1548
 
1540
1549
* ``bzr revert`` now only takes write lock on working tree, instead of on 
1541
1550
  both working tree and branch.
1542
1551
  (Danny van Heumen, #498409)
1548
1557
* Don't traceback trying to unversion children files of an already
1549
1558
  unversioned directory.  (Vincent Ladeuil, #494221)
1550
1559
 
 
1560
* Prevent ``CHKMap.apply_delta`` from generating non-canonical CHK maps,
 
1561
  which can result in "missing referenced chk root keys" errors when
 
1562
  fetching from repositories with affected revisions.
 
1563
  (Andrew Bennetts, #522637)
 
1564
 
1551
1565
* Raise ValueError instead of a string exception.
1552
1566
  (John Arbash Meinel, #586926)
1553
1567
 
1571
1585
  (John Arbash Meinel, #583486)
1572
1586
 
1573
1587
 
 
1588
Testing
 
1589
*******
 
1590
 
 
1591
* ``build_tree_contents`` can create symlinks.
 
1592
  (Martin Pool, John Arbash Meinel)
 
1593
 
 
1594
 
1574
1595
bzr 2.0.5
1575
1596
#########
1576
1597