~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2005-08-25 15:16:05 UTC
  • mfrom: (974.1.39)
  • mto: (1092.1.42) (1185.3.4)
  • mto: This revision was merged to the branch mainline in revision 1178.
  • Revision ID: abentley@panoramicfeedback.com-20050825151605-4798d422e71f1da4
Removed lookup_revision's requirement that revisions must be in history

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
  CHANGES:
31
31
 
 
32
    * 3rd-party modules shipped with bzr are copied within the bzrlib
 
33
      python package, so that they can be installed by the setup
 
34
      script without clashing with anything already existing on the
 
35
      system.  (Contributed by Gustavo Niemeyer.)
 
36
 
 
37
    * Moved plugins directory to bzrlib/, so that there's a standard
 
38
      plugin directory which is not only installed with bzr itself but
 
39
      is also available when using bzr from the development tree.
 
40
      BZR_PLUGIN_PATH and DEFAULT_PLUGIN_PATH are then added to the
 
41
      standard plugins directory.
 
42
 
32
43
    * When exporting to a tarball with ``bzr export --format tgz``, put 
33
44
      everything under a top directory rather than dumping it into the
34
45
      current directory.   This can be overridden with the ``--root``