~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2007-04-20 03:00:57 UTC
  • mfrom: (2432 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2435.
  • Revision ID: andrew.bennetts@canonical.com-20070420030057-cg0z7spio1stbtpo
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    * Merge directives can now be supplied as input to `merge` and `pull`,
6
6
      like bundles can.  (Aaron Bentley)
7
7
 
 
8
    * ``selftest`` has new short options ``-f`` and ``-1``.  (Martin
 
9
      Pool)
 
10
 
 
11
    * ``bzrlib.tsort.MergeSorter`` optimizations. Change the inner loop
 
12
      into using local variables instead of going through ``self._var``.
 
13
      Improves the time to ``merge_sort`` a 10k revision graph by
 
14
      approximately 40% (~700->400ms).  (John Arbash Meinel)
 
15
 
 
16
    * ``make docs`` now creates a man page at ``man1/bzr.1`` fixing bug 107388.
 
17
      (Robert Collins)
 
18
 
 
19
    * ``bzr help`` now provides cross references to other help topics using
 
20
      the _see_also facility on command classes. Likewise the bzr_man
 
21
      documentation, and the bzr.1 man page also include this information.
 
22
      (Robert Collins)
 
23
 
8
24
  INTERNALS:
9
25
 
10
26
    * bzrlib API compatability with 0.8 has been dropped, cleaning up some
62
78
      smart server, where it does not make sense (at this point) to ever
63
79
      make working trees by default. (Robert Collins)
64
80
 
 
81
    * Command objects can now declare related help topics by having _see_also
 
82
      set to a list of related topic. (Robert Collins)
 
83
 
65
84
  BUGFIXES:
66
85
 
67
86
    * Don't fail bundle selftest if email has 'two' embedded.  
87
106
      in this versus base, but it isn't marked as a rename).
88
107
      (John Arbash Meinel, #103870)
89
108
 
 
109
    * FTP now works even when the FTP server does not support atomic rename.
 
110
      (Aaron Bentley, #89436)
 
111
 
90
112
  TESTING:
91
113
 
92
114
    * Added ``bzrlib.strace.strace`` which will strace a single callable and