~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/whats-new/whats-new-in-2.1.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-09-01 08:02:42 UTC
  • mfrom: (5390.3.3 faster-revert-593560)
  • Revision ID: pqm@pqm.ubuntu.com-20100901080242-esg62ody4frwmy66
(spiv) Avoid repeatedly calling self.target.all_file_ids() in
 InterTree.iter_changes. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
or just say ``today`` (instead of saying ``date:today``). Prefixes
63
63
are now only required if the revision spec could be ambiguous.
64
64
 
65
 
Launchpad compatibility
66
 
-----------------------
67
 
 
68
 
Launchpad has `announced
69
 
<http://blog.launchpad.net/general/edge-is-deprecated>`_ that the
70
 
``edge.launchpad.net`` instance is deprecated and may be shut down in the
71
 
future . Bazaar has therefore been updated in this release to talk to the main
72
 
(``launchpad.net``) servers, rather than the ``edge`` ones (the same code is
73
 
running on both servers during the interim).
74
 
 
75
65
 
76
66
New ignore patterns
77
67
-------------------