~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-11-11 08:45:19 UTC
  • mfrom: (4597.9.22 reports-conflict-resolved)
  • Revision ID: pqm@pqm.ubuntu.com-20101111084519-bmk1zmblp7kex41a
(vila) More feedback about the conflicts just resolved and the remaining
 ones. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
Changed Behaviour
21
21
*****************
22
22
 
23
 
* Support for some old development formats have been removed:
24
 
  ``development-rich-root``, ``development6-rich-root``, and
25
 
  ``development7-rich-root``.  These formats were always labelled experimental
26
 
  and not used unless the user specifically asked for them.  If you have
27
 
  repositories using these old formats you should upgrade them to ``2a`` using
28
 
  Bazaar 2.2.  (Andrew Bennetts)
29
 
 
30
23
* The default ``ignore`` file created by Bazaar will contain ``__pycache__``,
31
24
  which is the name of the directory that will be used by Python to store
32
25
  bytecode files.
38
31
  get the old behavior, one can use ``bzr tags --sort=alpha``.
39
32
  (Neil Martinsen-Burrell, #640760)
40
33
 
41
 
* On platforms other than Windows and Mac OS X, Bazaar will use configuration
42
 
  files that live in $XDG_CONFIG_HOME/bazaar if that directory exists.  This
43
 
  allows interested individuals to conform to the XDG Base Directory
44
 
  specification.  The plugin location has not changed and is still
45
 
  ~/.bazaar/plugins.  To use a different directory for plugins, use the
46
 
  environment variable BZR_PLUGIN_PATH.  (Neil Martinsen-Burrell, #195397)
47
 
 
48
34
Launchpad integration
49
35
*********************
50
36