~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Alexander Belchenko
  • Date: 2008-02-06 14:56:51 UTC
  • mto: This revision was merged to the branch mainline in revision 3231.
  • Revision ID: bialix@ukr.net-20080206145651-h5slxbso5ge20gz1
update NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
      friendly. Full path of plugins locations will be shown only with
17
17
      ``--verbose`` command-line option. (Alexander Belchenko)
18
18
 
 
19
    * ``launchpad`` builtin plugin now shipped as separate part in standalone
 
20
      bzr.exe, installed to ``C:\Program Files\Bazaar\plugins`` directory, 
 
21
      and standalone installer allows user to skip installation of this plugin.
 
22
      (Alexander Belchenko)
 
23
 
19
24
    * ``merge`` now prefers to use the submit branch, but will fall back to
20
25
      parent branch.  For many users, this has no effect.  But some users who
21
26
      pull and merge on the same branch will notice a change.  This change
129
134
      which will split out ghosts and present parents into two separate sets,
130
135
      useful for code which needs to be aware of ghosts (e.g. fetching data
131
136
      cares about ghosts during revision selection). (Robert Collins)
 
137
 
 
138
    * New module ``tools/package_mf.py`` provide custom module finder for
 
139
      python packages (improves standard python library's modulefinder.py)
 
140
      used by ``setup.py`` script while building standalone bzr.exe.
 
141
      (Alexander Belchenko)
132
142
 
133
143
    * Record a timestamp against each mutter to the trace file, relative to the
134
144
      first import of bzrlib.  (Andrew Bennetts)