/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: Robert Collins
  • Date: 2007-04-19 07:13:17 UTC
  • mfrom: (2425.2.4 see-also)
  • mto: This revision was merged to the branch mainline in revision 2427.
  • Revision ID: robertc@robertcollins.net-20070419071317-p1pem58mcxxwbg9j
(robertc) Merge see-also support for command help. (Robert Collins).

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    * ``make docs`` now creates a man page at ``man1/bzr.1`` fixing bug 107388.
12
12
      (Robert Collins)
13
13
 
 
14
    * ``bzr help`` now provides cross references to other help topics using
 
15
      the _see_also facility on command classes. Likewise the bzr_man
 
16
      documentation, and the bzr.1 man page also include this information.
 
17
      (Robert Collins)
 
18
 
14
19
  INTERNALS:
15
20
 
16
21
    * bzrlib API compatability with 0.8 has been dropped, cleaning up some
58
63
     instances of those objects can share a lock if it has the right token.
59
64
     (Andrew Bennetts, Robert Collins)
60
65
 
 
66
    * Command objects can now declare related help topics by having _see_also
 
67
      set to a list of related topic. (Robert Collins)
 
68
 
61
69
  BUGFIXES:
62
70
 
63
71
    * Don't fail bundle selftest if email has 'two' embedded.