/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: Canonical.com Patch Queue Manager
  • Date: 2010-07-19 14:26:11 UTC
  • mfrom: (5346.4.6 cleanup)
  • Revision ID: pqm@pqm.ubuntu.com-20100719142611-fbhst4ivcngc32d5
(mbp) tree_files and internal_tree files moved to WorkingTree (Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
  longer raised.
19
19
  (Martin Pool)
20
20
 
 
21
* `tree_files` and `internal_tree_files` are now deprecated in favor of
 
22
  `WorkingTree.open_containing_paths`.
 
23
  (Martin Pool)
 
24
 
21
25
New Features
22
26
************
23
27
 
1545
1549
  history no longer crash when deleted files are involved.
1546
1550
  (Vincent Ladeuil, John Arbash Meinel, #375898)
1547
1551
 
 
1552
* ``bzr commit SYMLINK`` now works, rather than trying to commit the
 
1553
  target of the symlink.
 
1554
  (Martin Pool, John Arbash Meinel, #128562)
 
1555
 
1548
1556
* ``bzr revert`` now only takes write lock on working tree, instead of on 
1549
1557
  both working tree and branch.
1550
1558
  (Danny van Heumen, #498409)
1579
1587
  (John Arbash Meinel, #583486)
1580
1588
 
1581
1589
 
 
1590
Testing
 
1591
*******
 
1592
 
 
1593
* ``build_tree_contents`` can create symlinks.
 
1594
  (Martin Pool, John Arbash Meinel)
 
1595
 
 
1596
 
1582
1597
bzr 2.0.5
1583
1598
#########
1584
1599